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 b74d2ed commit 085e2bfCopy full SHA for 085e2bf
src/modules/docker/start_chroot_script
@@ -16,7 +16,7 @@ elif [ "${BASE_DISTRO}" == "ubuntu" ]; then
16
apt-get install -y curl
17
if [ "${BASE_ARCH}" == "aarch64" ] || [ "${BASE_ARCH}" == "arm64" ]; then
18
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"
+ add-apt-repository --yes "deb [arch=arm64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
20
else
21
echo "Error, not implemented Ubuntu 32bit"
22
exit 1
0 commit comments