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 ae495d0 commit 4d4b4ecCopy full SHA for 4d4b4ec
base/redhat-8/install.sh
@@ -78,7 +78,7 @@ microdnf remove -y make gcc openssl-devel bzip2-devel findutils glib2-devel glib
78
microdnf clean all
79
80
# Install busybox direct from the multiarch since EPEL isn't available yet for redhat8
81
-BUSYBOX_URL=${BUSYBOX_URL:=https://busybox.net/downloads/binaries/1.35.0-`arch`-linux-musl/}
+BUSYBOX_URL=${BUSYBOX_URL:=https://busybox.net/downloads/binaries/1.35.0-`arch`-linux-musl/busybox}
82
wget -O /bin/busybox ${BUSYBOX_URL}
83
chmod +x /bin/busybox
84
0 commit comments