Skip to content

Commit

Permalink
Install latest docker for current version of ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Oct 31, 2022
1 parent b74d2ed commit 085e2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/docker/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ elif [ "${BASE_DISTRO}" == "ubuntu" ]; then
apt-get install -y curl
if [ "${BASE_ARCH}" == "aarch64" ] || [ "${BASE_ARCH}" == "arm64" ]; then
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
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"
else
echo "Error, not implemented Ubuntu 32bit"
exit 1
Expand Down

0 comments on commit 085e2bf

Please sign in to comment.