File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ elif [ "${BASE_DISTRO}" == "ubuntu" ]; then
1616 apt-get install -y curl
1717 if [ " ${BASE_ARCH} " == " aarch64" ] || [ " ${BASE_ARCH} " == " arm64" ]; then
1818 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
19- add-apt-repository --yes " deb [arch=arm64] https://download.docker.com/linux/ubuntu disco stable"
19+ add-apt-repository --yes " deb [arch=arm64] https://download.docker.com/linux/ubuntu $( lsb_release -cs ) stable"
2020 else
2121 echo " Error, not implemented Ubuntu 32bit"
2222 exit 1
You can’t perform that action at this time.
0 commit comments