mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 00:47:29 -02:30
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:
committed by
Jeff Bradberry
parent
43c552c7c6
commit
7936dff188
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user