Skip to content

Commit

Permalink
Update install_jenkins.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakibgithuber authored Jan 30, 2024
1 parent 1b03b9e commit 43b1685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkins-terraform/install_jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ sudo systemctl status jenkins
sudo apt-get update
sudo apt-get install docker.io -y
sudo usermod -aG docker ubuntu
sudo usermod -aG docker jenkins
newgrp docker
sudo chmod 777 /var/run/docker.sock
docker run -d --name sonar -p 9000:9000 sonarqube:lts-community
Expand Down

0 comments on commit 43b1685

Please sign in to comment.