]> gitweb.fluxo.info Git - trashman.git/commitdiff
Feat: docker: install docker-compose
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Apr 2021 13:29:06 +0000 (10:29 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Apr 2021 13:29:06 +0000 (10:29 -0300)
share/trashman/docker/unix/linux/debian/install

index b80caba7f84a41fdf6ef1d2dd94f9dd1e9563b1f..b24c255e3c379257ef4d812f125113e68c58e2be 100755 (executable)
@@ -24,7 +24,7 @@ trashman_install_apt_key $SHARE/docker/unix/linux/debian/pubkey.gpg docker.gpg
 echo "deb [arch=$ARCH] https://download.docker.com/linux/$DISTRO $RELEASE stable" > /etc/apt/sources.list.d/docker.list
 
 # Update and install
-apt-get update && trashman_apt_install docker-ce || exit 1
+apt-get update && trashman_apt_install docker-ce docker-compose || exit 1
 
 # Additional info
 trashman_echo "Docker sucessfully installed."