Skip to content
This repository was archived by the owner on Jan 15, 2023. It is now read-only.

Commit 39e8d0d

Browse files
committed
Ensure we only use a 2.7-compatible pip for python2.7
1 parent 6c8ddcf commit 39e8d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python2.7/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY --from=0 /var/lang /var/lang
99
COPY --from=0 /var/rapid /var/rapid
1010

1111
# Add these as a separate layer as they get updated frequently
12-
RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python && \
12+
RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/2.7/get-pip.py | python && \
1313
pip install -U 'virtualenv>=16.0.0,<20.0.0' pipenv wheel --no-cache-dir && \
1414
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/1.1.4/get-poetry.py | POETRY_VERSION=1.1.4 python && \
1515
pip install -U awscli boto3 aws-sam-cli==0.22.0 aws-lambda-builders==0.4.0 --no-cache-dir

0 commit comments

Comments
 (0)