Actualiser install-docker.sh

master
jeffrey 2024-12-28 08:35:22 +01:00
parent 207a9924ac
commit 54279ebe28
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Ensure curl is installed
sudo apt update
sudo apt install -y curl
sudo apt install -y curl gpg
# Add Docker repository
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable" | sudo tee /etc/apt/sources.list.d/docker.list