From 4a0814dd434beb185b96232636a647abfd0d70ce Mon Sep 17 00:00:00 2001 From: Nelson Wang Date: Fri, 6 Nov 2020 10:37:53 -0800 Subject: [PATCH] Fixing vulnerability packages --- base/redhat-8/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/redhat-8/install.sh b/base/redhat-8/install.sh index ebfd0b46..5e93f1ee 100755 --- a/base/redhat-8/install.sh +++ b/base/redhat-8/install.sh @@ -32,7 +32,7 @@ microdnf -y --nodocs install wget sudo shadow-utils procps tar tzdata #install busybox direct from the multiarch since epel isn't availible yet for redhat8 wget -O /bin/busybox https://busybox.net/downloads/binaries/1.28.1-defconfig-multiarch/busybox-`arch` chmod +x /bin/busybox -microdnf -y --nodocs update gnutls kernel-headers +microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2 microdnf -y --nodocs install python2-pip python2-devel redhat-rpm-config gcc libffi-devel openssl-devel pip2 --no-cache-dir install requests ansible jmespath microdnf -y remove gcc openssl-devel redhat-rpm-config python2-devel device-mapper-libs device-mapper trousers \