Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit b638828

Browse files
committed
Fixes pip bootstrap error
Signed-off-by: Philipp Schlarb <[email protected]>
1 parent e117012 commit b638828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libindy/ci/wrappers/python.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && \
66
python3.5 \
77
python-setuptools
88

9-
RUN curl -fsSL -o- https://bootstrap.pypa.io/pip/get-pip.py | python3.6
9+
RUN curl -fsSL -o- https://bootstrap.pypa.io/pip/3.6/get-pip.py | python3.6
1010

1111
RUN pip install -U \
1212
setuptools \

0 commit comments

Comments
 (0)