We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3967916 commit b3cee6aCopy full SHA for b3cee6a
install_docker.sh
@@ -4,7 +4,7 @@
4
apt update && apt upgrade -y
5
6
# Benötigte Pakete installieren
7
-apt install apt-transport-https ca-certificates gnupg-agent software-properties-common -y
+apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common -y
8
9
# Docker-Repository zur Paketquelle hinzufügen
10
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker.gpg
0 commit comments