diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index cf220d1..16a0449 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -68,7 +68,7 @@ nameserver 8.8.8.8' > /etc/resolv.conf # has to be executed before the users section, # because otherwise the docker group doesn't exist -apt-get -y install docker-ce +apt-get -y install docker-ce docker-compose ### users