Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
frekele authored Aug 11, 2017
1 parent ea0f705 commit 0214e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN apk add --update --no-cache \
python\
py2-pip \
docker \
&& curl -sL https://get.docker.com/builds/Linux/x86_64/docker-1.12.6 > /usr/bin/docker \
&& chmod +x /usr/bin/docker \
#&& curl -sL https://get.docker.com/builds/Linux/x86_64/docker-1.12.6 > /usr/bin/docker \
#&& chmod +x /usr/bin/docker \
&& pip install --upgrade pip \
&& pip install awscli

Expand Down

0 comments on commit 0214e89

Please sign in to comment.