Skip to content

Commit

Permalink
Merge pull request deis#43 from mboersma/update-pip
Browse files Browse the repository at this point in the history
chore(Dockerfile): update pip to 8.1.1
  • Loading branch information
mboersma committed Apr 15, 2016
2 parents 6066296 + dc76e5a commit 8715439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.3

RUN apk add --update-cache curl python-dev openssl-dev ca-certificates libffi-dev gcc musl-dev\
&& curl -sSL https://raw.githubusercontent.com/pypa/pip/7.1.2/contrib/get-pip.py | python - \
RUN apk add --update-cache curl python-dev openssl-dev ca-certificates libffi-dev gcc musl-dev \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python - pip==8.1.1 \
&& pip install --disable-pip-version-check --no-cache-dir boto3==1.2.6 gcloud==0.11.0 azure-storage==0.30.0 docker-py==1.7.2 \
&& apk del --purge curl \
&& rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 8715439

Please sign in to comment.