We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b469af commit ab64d17Copy full SHA for ab64d17
Dockerfile
@@ -48,7 +48,7 @@ RUN set -ex \
48
&& chown -R archivematica:archivematica $internalDirs
49
50
RUN set -ex \
51
- && curl -s https://bootstrap.pypa.io/get-pip.py | python3.6 \
+ && curl -s https://bootstrap.pypa.io/pip/3.6/get-pip.py | python3.6 \
52
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 10
53
54
COPY requirements/ /src/requirements/
0 commit comments