Add Centos 7 Dockerfile
Change-Id: Ibf0cf51c37323a7f1a3673c06f6a4f33195162ce
This commit is contained in:
parent
a02c3f7742
commit
d3971df8c6
9
dockerfiles/infra/centos7/Dockerfile
Normal file
9
dockerfiles/infra/centos7/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM centos:7
|
||||
MAINTAINER OpenStack <openstack-dev@lists.openstack.org>
|
||||
|
||||
RUN yum -y update
|
||||
RUN yum -y groupinstall 'Development Tools'
|
||||
RUN yum -y install wget git python
|
||||
|
||||
RUN wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py && rm get-pip.py
|
||||
RUN pip install -U setuptools
|
Loading…
x
Reference in New Issue
Block a user