Skip to content

Commit ab64d17

Browse files
committed
Update get-pip script URL to use Python 3.6
1 parent 5b469af commit ab64d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN set -ex \
4848
&& chown -R archivematica:archivematica $internalDirs
4949

5050
RUN set -ex \
51-
&& curl -s https://bootstrap.pypa.io/get-pip.py | python3.6 \
51+
&& curl -s https://bootstrap.pypa.io/pip/3.6/get-pip.py | python3.6 \
5252
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 10
5353

5454
COPY requirements/ /src/requirements/

0 commit comments

Comments
 (0)