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 c6e4428 + e5f4d99 commit 47f7993Copy full SHA for 47f7993
1 file changed
install.sh
@@ -401,6 +401,7 @@ do_install() {
401
$sh_c 'apt-get update -qq >/dev/null'
402
$sh_c "DEBIAN_FRONTEND=noninteractive apt-get install -y -qq $pre_reqs >/dev/null"
403
$sh_c "curl -fsSL \"$DOWNLOAD_URL/linux/$lsb_dist/gpg\" | gpg --dearmor --yes -o /usr/share/keyrings/docker-archive-keyring.gpg"
404
+ $sh_c "chmod a+r /usr/share/keyrings/docker-archive-keyring.gpg"
405
$sh_c "echo \"$apt_repo\" > /etc/apt/sources.list.d/docker.list"
406
407
)
0 commit comments