Skip to content

Commit

Permalink
[docker]: non interactive apt
Browse files Browse the repository at this point in the history
  • Loading branch information
np committed Nov 19, 2014
1 parent bec4bc7 commit be9e888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/np__/haskell

MAINTAINER Nicolas Pouillard [https://nicolaspouillard.fr]

RUN apt-get install git
RUN apt-get update && apt-get install ${OPTS_APT} git
RUN git clone https://github.com/np/hx /hx
RUN git clone https://github.com/np/hx /hx
WORKDIR /hx
Expand Down

0 comments on commit be9e888

Please sign in to comment.