mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
Adding unzip dnf package
Adding unzip DNF package to resolve an issue with the unarchive module when run locally
This commit is contained in:
@@ -137,6 +137,7 @@ RUN dnf -y update && \
|
|||||||
sudo \
|
sudo \
|
||||||
vim-minimal \
|
vim-minimal \
|
||||||
which \
|
which \
|
||||||
|
unzip \
|
||||||
xmlsec1-openssl && \
|
xmlsec1-openssl && \
|
||||||
dnf -y install centos-release-stream && dnf -y install "rsyslog >= 8.1911.0" && dnf -y remove centos-release-stream && \
|
dnf -y install centos-release-stream && dnf -y install "rsyslog >= 8.1911.0" && dnf -y remove centos-release-stream && \
|
||||||
dnf -y clean all
|
dnf -y clean all
|
||||||
|
|||||||
Reference in New Issue
Block a user