Skip to content

Commit

Permalink
add no install recommends flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt307082 committed Jul 10, 2024
1 parent 4a3003a commit 5993d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/www/html/install-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ install minikube-linux-amd64 /usr/local/bin/minikube && rm minikube-linux-amd64
echo "install docker"
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
apt-get install docker-ce
apt-get install -y --no-install-recommends docker-ce
usermod -aG docker $USER && newgrp docker
docker --version

0 comments on commit 5993d64

Please sign in to comment.