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

since we need a more recent version of sqlite.
This commit is contained in:
Shane McDonald
2019-07-08 15:52:15 -04:00
committed by Jeff Bradberry
parent 43c552c7c6
commit 7936dff188

View File

@@ -1,11 +1,9 @@
FROM centos:7 FROM fedora:27
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 yum -y install acl \ RUN dnf -y install acl \
alsa-lib \ alsa-lib \
ansible \ ansible \
atk \ atk \
@@ -14,12 +12,15 @@ RUN yum -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 \
@@ -51,10 +52,9 @@ RUN yum -y install acl \
python-psutil \ python-psutil \
python-psycopg2 \ python-psycopg2 \
python-setuptools \ python-setuptools \
python36-devel \ python3-devel \
python36-setuptools \ python3-setuptools \
rsync \ rsync \
setools-libs \
subversion \ subversion \
sudo \ sudo \
swig \ swig \