This repository was archived by the owner on Aug 23, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ARG UBUNTU_VERSION
19
19
ARG LIBRARIES
20
20
RUN apt-get update && \
21
21
apt-get install -qqy --no-install-recommends python2.7 zlib1g curl ca-certificates && \
22
- curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py && python2.7 get-pip.py && \
22
+ curl https://bootstrap.pypa.io/2.7/ get-pip.py --output get-pip.py && python2.7 get-pip.py && \
23
23
update-alternatives --install /usr/bin/python2 python2 /usr/bin/python2.7 1 && \
24
24
if [ "${UBUNTU_VERSION}" = "18.04" ] ; then \
25
25
apt-get install -qqy --no-install-recommends libtinfo5 ; \
@@ -43,7 +43,7 @@ RUN apt-get update && \
43
43
pip3 install ccsyspath
44
44
45
45
# needed for 20.04 support until we migrate to py3
46
- RUN curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py && python2.7 get-pip.py
46
+ RUN curl https://bootstrap.pypa.io/2.7/ get-pip.py --output get-pip.py && python2.7 get-pip.py
47
47
RUN update-alternatives --install /usr/bin/python2 python2 /usr/bin/python2.7 1
48
48
49
49
COPY --from=anvill /opt/trailofbits/remill /opt/trailofbits/remill
You can’t perform that action at this time.
0 commit comments