Skip to content

Commit 085e2bf

Browse files
committed
Install latest docker for current version of ubuntu
1 parent b74d2ed commit 085e2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/docker/start_chroot_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)