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

This reverts commit 7936dff188.
This commit is contained in:
Ryan Petrello
2019-07-16 09:18:24 -04:00
parent b8b98b136b
commit a4b2d6bf88

View File

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