From 88c367eac9bac8c24f7d9780f02724294da7f35f Mon Sep 17 00:00:00 2001 From: Jade Kessinger <60284695+JadeKessinger@users.noreply.github.com> Date: Fri, 9 Dec 2022 13:49:03 -0800 Subject: [PATCH] Update Python Version for get-pip.py --- dockerfiles/Dockerfile.SAM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile.SAM b/dockerfiles/Dockerfile.SAM index a0a56d0..175e5da 100644 --- a/dockerfiles/Dockerfile.SAM +++ b/dockerfiles/Dockerfile.SAM @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ rm -rf /var/lib/apt/lists/* RUN cd /tmp && \ - wget https://bootstrap.pypa.io/get-pip.py && \ + wget https://bootstrap.pypa.io/pip/3.5/get-pip.py && \ python3 get-pip.py RUN pip3 install \