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.
2 parents 6bf3003 + 3c42c78 commit f45d7c1Copy full SHA for f45d7c1
install.sh
@@ -351,7 +351,7 @@ do_install() {
351
set -x
352
fi
353
$sh_c 'apt-get update -qq >/dev/null'
354
- $sh_c "apt-get install -y -qq $pre_reqs >/dev/null"
+ $sh_c "DEBIAN_FRONTEND=noninteractive apt-get install -y -qq $pre_reqs >/dev/null"
355
$sh_c "curl -fsSL \"$DOWNLOAD_URL/linux/$lsb_dist/gpg\" | apt-key add -qq - >/dev/null"
356
$sh_c "echo \"$apt_repo\" > /etc/apt/sources.list.d/docker.list"
357
0 commit comments