diff options
Diffstat (limited to 'ci/build_rpm/Dockerfile')
-rw-r--r-- | ci/build_rpm/Dockerfile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/ci/build_rpm/Dockerfile b/ci/build_rpm/Dockerfile deleted file mode 100644 index 48e254f..0000000 --- a/ci/build_rpm/Dockerfile +++ /dev/null @@ -1,29 +0,0 @@ -FROM centos:7
-LABEL escalator_image_version=1.0
-RUN yum -y update
-RUN yum -y install centos-release-openstack-newton
-RUN yum -y install \
- wget \
- coreutils \
- which \
- gawk \
- grep \
- git \
- intltool \
- make \
- rpm \
- rpm-build \
- python-sphinx \
- python2-oslo-sphinx \
- python2-oslo-messaging \
- python2-oslo-concurrency \
- python2-oslo-sphinx \
- python-devel \
- python-d2to1 \
- python-django-compressor \
- python-django-openstack-auth \
- python-django-pyscss \
- python-lesscpy \
- python-migrate \
- python-pint \
- python-routes
|