mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Revert "Change the devel containers to be based on Fedora instead of CentOS"
This reverts commit 7936dff188801a87003da22d09b829579923aeff.
This commit is contained in:
parent
b8b98b136b
commit
a4b2d6bf88
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user