We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ec823d + 47e1197 commit 8e3d6c0Copy full SHA for 8e3d6c0
1 file changed
f5-sdk-dist/Docker/redhat/7/Dockerfile
@@ -1,7 +1,7 @@
1
FROM centos:7
2
3
RUN yum update -y && yum install rpm-build make python-setuptools -y
4
-RUN curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
+RUN curl "https://bootstrap.pypa.io/pip/2.7/get-pip.py" -o "get-pip.py"
5
RUN python get-pip.py
6
7
COPY ./build-rpm.py /build-rpm.py
0 commit comments