Skip to content

Commit 7239a57

Browse files
committed
updating docker install for debian 13
1 parent 2cfc5b2 commit 7239a57

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

install_docker_debian.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ if [ "$EUID" -ne 0 ]
44
exit
55
fi
66

7-
apt install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common
7+
# debian 13 removed software-properties-common, add that back in to the apt install if on debian 12
8+
apt install -y apt-transport-https ca-certificates curl gnupg2
89
install -m 0755 -d /etc/apt/keyrings
910
curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
1011
chmod a+r /etc/apt/keyrings/docker.asc

0 commit comments

Comments
 (0)