summaryrefslogtreecommitdiffstats
path: root/tools/docker-compose/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/docker-compose/Dockerfile')
-rw-r--r--tools/docker-compose/Dockerfile15
1 files changed, 8 insertions, 7 deletions
diff --git a/tools/docker-compose/Dockerfile b/tools/docker-compose/Dockerfile
index 738daa305d..0d7671fe23 100644
--- a/tools/docker-compose/Dockerfile
+++ b/tools/docker-compose/Dockerfile
@@ -1,11 +1,9 @@
-FROM centos:7
+FROM fedora:27
ARG UID=0
-RUN yum -y update && yum -y install epel-release
-
# sync with installer/roles/image_build/templates/Dockerfile.j2
-RUN yum -y install acl \
+RUN dnf -y install acl \
alsa-lib \
ansible \
atk \
@@ -14,12 +12,15 @@ RUN yum -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 \
@@ -45,16 +46,16 @@ RUN yum -y install acl \
nodejs \
openldap-devel \
openssh-server \
+ postgresql-contrib \
postgresql-devel \
python-devel \
python-pip \
python-psutil \
python-psycopg2 \
python-setuptools \
- python36-devel \
- python36-setuptools \
+ python3-devel \
+ python3-setuptools \
rsync \
- setools-libs \
subversion \
sudo \
swig \