Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Fixup pip url
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Marshall committed Jan 27, 2016
1 parent 2fb6789 commit a3dabd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && \
bzip2 \
libyaml-dev \
libyaml-0-2
RUN wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py -O - | python
RUN wget https://bootstrap.pypa.io/get-pip.py -O - | python
RUN pip install --upgrade setuptools
RUN pip install wheel

Expand Down

0 comments on commit a3dabd8

Please sign in to comment.