We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b524e commit 0e4d655Copy full SHA for 0e4d655
base/redhat-8/install.sh
@@ -31,12 +31,12 @@ microdnf -y --nodocs install wget sudo shadow-utils procps
31
wget -O /bin/busybox https://busybox.net/downloads/binaries/1.28.1-defconfig-multiarch/busybox-`arch`
32
chmod +x /bin/busybox
33
microdnf -y --nodocs install gcc redhat-rpm-config python2-devel libffi-devel openssl-devel tar
34
-pip2 install --upgrade pip
35
-pip2 -q --no-cache-dir install requests ansible
+pip2 --no-cache-dir install requests ansible
+microdnf -y remove gcc libffi-devel openssl-devel
36
+microdnf clean all
37
38
cd /bin
39
ln -s python2 python || true
-python -V
40
ln -s busybox diff || true
41
ln -s busybox hostname || true
42
ln -s busybox killall || true
0 commit comments