Skip to content

Commit

Permalink
better apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
lukin0110 committed Oct 17, 2017
1 parent e8887a2 commit 4698f28
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 @@ -9,7 +9,7 @@ ENV BASE=/code/up-master
RUN mkdir /code
WORKDIR /code
COPY deployment/requirements.txt .
RUN apt-get install realpath \
RUN apt-get install -y realpath git \
&& wget https://github.com/classner/up/archive/master.zip \
&& unzip master.zip \
&& rm master.zip
Expand Down

0 comments on commit 4698f28

Please sign in to comment.