Skip to content

Commit 8e3d6c0

Browse files
Merge pull request #1578 from zhaoqin-github/get-pip
Cap get-pip.py version
2 parents 0ec823d + 47e1197 commit 8e3d6c0

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)