Revert "Change the devel containers to be based on Fedora instead of CentOS"

This reverts commit 7936dff188801a87003da22d09b829579923aeff.
This commit is contained in:
Ryan Petrello 2019-07-16 09:18:24 -04:00
parent b8b98b136b
commit a4b2d6bf88
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -1,9 +1,11 @@
FROM fedora:27
FROM centos:7
ARG UID=0
RUN yum -y update && yum -y install epel-release
# sync with installer/roles/image_build/templates/Dockerfile.j2
RUN dnf -y install acl \
RUN yum -y install acl \
alsa-lib \
ansible \
atk \
@ -12,15 +14,12 @@ RUN dnf -y install acl \
curl \
cyrus-sasl \
cyrus-sasl-devel \
findutils \
gcc \
gcc-c++ \
GConf2 \
git \
glibc-locale-source \
gtk3 \
ipa-gothic-fonts \
iproute \
krb5-devel \
krb5-libs \
krb5-workstation \
@ -53,9 +52,10 @@ RUN dnf -y install acl \
python-psutil \
python-psycopg2 \
python-setuptools \
python3-devel \
python3-setuptools \
python36-devel \
python36-setuptools \
rsync \
setools-libs \
subversion \
sudo \
swig \