Skip to content

Commit 47e1197

Browse files
Cap get-pip.py version
1 parent 0ec823d commit 47e1197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

f5-sdk-dist/Docker/redhat/7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM centos:7
22

33
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"
4+
RUN curl "https://bootstrap.pypa.io/pip/2.7/get-pip.py" -o "get-pip.py"
55
RUN python get-pip.py
66

77
COPY ./build-rpm.py /build-rpm.py

0 commit comments

Comments
 (0)