-
Notifications
You must be signed in to change notification settings - Fork 2
Home
irieda edited this page Feb 16, 2017
·
1 revision
Welcome to the build-python-rpm wiki!
Dockerfile example
FROM centos:7
RUN yum -y install openssl gzip2 curl
RUN curl -LO https://github.com/nobonobo/build-python-rpm/releases/download/1.0.0/python27-2.7.13-1.el7.x86_64.rpm \
&& rpm -i python27-2.7.13-1.el7.x86_64.rpm && rm python27-2.7.13-1.el7.x86_64.rpm