Skip to content

Commit

Permalink
Fix pip url
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Feb 26, 2021
1 parent ee50fff commit 3333baa
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 @@ -5,7 +5,7 @@ MAINTAINER Mischa ter Smitten <[email protected]>
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal python-dev curl && \
apt-get clean
RUN curl -sL https://bootstrap.pypa.io/get-pip.py | python -
RUN curl -sL https://bootstrap.pypa.io/2.7/get-pip.py | python -
RUN rm -rf $HOME/.cache

# ansible
Expand Down

0 comments on commit 3333baa

Please sign in to comment.