mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Remove extraneous re-install of rsyslog
This commit is contained in:
parent
bb0abf37e0
commit
caa4e90fa0
@ -107,10 +107,6 @@ RUN cd /usr/local/bin && \
|
|||||||
curl -L https://github.com/openshift/origin/releases/download/v3.9.0/openshift-origin-client-tools-v3.9.0-191fece-linux-64bit.tar.gz | \
|
curl -L https://github.com/openshift/origin/releases/download/v3.9.0/openshift-origin-client-tools-v3.9.0-191fece-linux-64bit.tar.gz | \
|
||||||
tar -xz --strip-components=1 --wildcards --no-anchored 'oc'
|
tar -xz --strip-components=1 --wildcards --no-anchored 'oc'
|
||||||
|
|
||||||
ADD tools/docker-compose/rsyslog.repo /etc/yum.repos.d/
|
|
||||||
RUN yum install -y rsyslog-omhttp
|
|
||||||
RUN mkdir -p /var/lib/awx/rsyslog/ && echo '$IncludeConfig /etc/rsyslog.conf' >> /var/lib/awx/rsyslog/rsyslog.conf
|
|
||||||
|
|
||||||
RUN dnf -y clean all && rm -rf /root/.cache
|
RUN dnf -y clean all && rm -rf /root/.cache
|
||||||
|
|
||||||
# https://github.com/ansible/awx/issues/5224
|
# https://github.com/ansible/awx/issues/5224
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user