Skip to content

Commit

Permalink
add user to docker group
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt307082 committed Jul 10, 2024
1 parent 1307640 commit 041e792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions var/www/html/install-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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
usermod -aG docker $USER && newgrp docker


echo "install tests packages for console"
cd /var/www/html
Expand Down

0 comments on commit 041e792

Please sign in to comment.