mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Revert "Change the devel containers to be based on Fedora instead of CentOS"
This reverts commit 7936dff188.
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user