Adding unzip dnf package

Adding unzip DNF package to resolve an issue with the unarchive module when run locally
This commit is contained in:
soomsoom 2020-09-10 06:26:07 -04:00 committed by GitHub
parent dff7667532
commit 014a38682d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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