Skip to content

Commit a0c90e6

Browse files
authored
Fixing vulnerability packages (#434)
1 parent 72f16f5 commit a0c90e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/redhat-8/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ microdnf -y --nodocs install wget sudo shadow-utils procps tar tzdata
3232
#install busybox direct from the multiarch since epel isn't availible yet for redhat8
3333
wget -O /bin/busybox https://busybox.net/downloads/binaries/1.28.1-defconfig-multiarch/busybox-`arch`
3434
chmod +x /bin/busybox
35-
microdnf -y --nodocs update gnutls kernel-headers
35+
microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2
3636
microdnf -y --nodocs install python2-pip python2-devel redhat-rpm-config gcc libffi-devel openssl-devel
3737
pip2 --no-cache-dir install requests ansible jmespath
3838
microdnf -y remove gcc openssl-devel redhat-rpm-config python2-devel device-mapper-libs device-mapper trousers \

0 commit comments

Comments
 (0)