mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03: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:
parent
dff7667532
commit
014a38682d
@ -137,6 +137,7 @@ RUN dnf -y update && \
|
||||
sudo \
|
||||
vim-minimal \
|
||||
which \
|
||||
unzip \
|
||||
xmlsec1-openssl && \
|
||||
dnf -y install centos-release-stream && dnf -y install "rsyslog >= 8.1911.0" && dnf -y remove centos-release-stream && \
|
||||
dnf -y clean all
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user