Merge pull request #8119 from soomsoom/unarchive-rpm-pacakges

Adding unzip dnf package

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-09-11 15:57:38 +00:00
committed by GitHub

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