We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 287c4cb + 3e81d1f commit 92776feCopy full SHA for 92776fe
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