Skip to content

Commit

Permalink
🐛(all) fix get-pip url
Browse files Browse the repository at this point in the history
The get-pip script has moved to a new address.
  • Loading branch information
sampaccoud committed Apr 6, 2021
1 parent 8377d5d commit 57da749
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion releases/dogwood/3/bare/Dockerfile
Expand Up @@ -42,7 +42,7 @@ RUN apt-get update && \
apt-get install -y curl

# Download pip installer for python 2.7
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/2.7/get-pip.py
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py

# Download edxapp release
# Get default EDX_RELEASE_REF value (defined on top)
Expand Down
2 changes: 1 addition & 1 deletion releases/dogwood/3/fun/Dockerfile
Expand Up @@ -43,7 +43,7 @@ RUN apt-get update && \
apt-get install -y curl

# Download pip installer for python 2.7
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/2.7/get-pip.py
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py

# Download edxapp release
# Get default EDX_RELEASE_REF value (defined on top)
Expand Down
2 changes: 1 addition & 1 deletion releases/eucalyptus/3/bare/Dockerfile
Expand Up @@ -42,7 +42,7 @@ RUN apt-get update && \
apt-get install -y curl

# Download pip installer for python 2.7
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/2.7/get-pip.py
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py

# Download edxapp release
# Get default EDX_RELEASE_REF value (defined on top)
Expand Down
2 changes: 1 addition & 1 deletion releases/eucalyptus/3/wb/Dockerfile
Expand Up @@ -43,7 +43,7 @@ RUN apt-get update && \
apt-get install -y curl

# Download pip installer for python 2.7
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/2.7/get-pip.py
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py

# Download edxapp release
# Get default EDX_RELEASE_REF value (defined on top)
Expand Down
2 changes: 1 addition & 1 deletion releases/hawthorn/1/bare/Dockerfile
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update && \
apt-get install -y curl

# Download pip installer for python 2.7
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/2.7/get-pip.py
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py

# Download edxapp release
# Get default EDX_RELEASE_REF value (defined on top)
Expand Down
2 changes: 1 addition & 1 deletion releases/hawthorn/1/oee/Dockerfile
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update && \
apt-get install -y curl

# Download pip installer for python 2.7
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/2.7/get-pip.py
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py

# Download edxapp release
# Get default EDX_RELEASE_REF value (defined on top)
Expand Down
2 changes: 1 addition & 1 deletion releases/ironwood/2/bare/Dockerfile
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update && \
apt-get install -y curl

# Download pip installer for python 2.7
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/2.7/get-pip.py
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py

# Download edxapp release
# Get default EDX_RELEASE_REF value (defined on top)
Expand Down
2 changes: 1 addition & 1 deletion releases/ironwood/2/oee/Dockerfile
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update && \
apt-get install -y curl

# Download pip installer for python 2.7
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/2.7/get-pip.py
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py

# Download edxapp release
# Get default EDX_RELEASE_REF value (defined on top)
Expand Down
2 changes: 1 addition & 1 deletion releases/master/0/bare/Dockerfile
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update && \
apt-get install -y curl

# Download pip installer for python 2.7
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/2.7/get-pip.py
RUN curl -sLo get-pip.py https://bootstrap.pypa.io/pip/2.7/get-pip.py

# Download edxapp release
# Get default EDX_RELEASE_REF value (defined on top)
Expand Down

0 comments on commit 57da749

Please sign in to comment.