Sync docker-compose dockerfile with image build dockerfile.

It was installing an IUS repo, rabbitmq-server, and other unneeded things.
This commit is contained in:
Bill Nottingham
2019-04-18 16:50:38 -04:00
parent be86086134
commit 0d18d46ccc
2 changed files with 12 additions and 12 deletions

View File

@@ -28,6 +28,7 @@ ADD RPM-GPG-KEY-ansible-release /etc/pki/rpm-gpg/RPM-GPG-KEY-ansible-release
WORKDIR /tmp
RUN mkdir -p /var/lib/awx/public/static
RUN chgrp -Rf root /var/lib/awx && chmod -Rf g+w /var/lib/awx
# sync with tools/docker-compose/Dockerfile
RUN yum -y install epel-release && \
yum -y localinstall https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm && \
yum -y update && \