updated docker_bootstrap.sh

pull/2/head
Hari Sekhon 3 years ago
parent 16c29221d9
commit c054c295b4

@ -46,7 +46,7 @@ if ! command -v curl >/dev/null 2>&1; then
if command -v apt-get >/dev/null 2>&1; then
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y curl --no-install-recommends
apt-get install -y curl
elif command -v yum >/dev/null 2>&1; then
yum install -y curl
elif command -v apk >/dev/null 2>&1; then

Loading…
Cancel
Save