Skip to content

Commit b3cee6a

Browse files
authored
Update install_docker.sh
1 parent 3967916 commit b3cee6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
apt update && apt upgrade -y
55

66
# Benötigte Pakete installieren
7-
apt install apt-transport-https ca-certificates gnupg-agent software-properties-common -y
7+
apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common -y
88

99
# Docker-Repository zur Paketquelle hinzufügen
1010
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker.gpg

0 commit comments

Comments
 (0)