Skip to content

Commit

Permalink
jenkins install docker.io and docker-compose - fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-usp committed Jan 8, 2021
1 parent 022ae7c commit 1cf5e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {
curl \
gnupg-agent \
software-properties-common'
sh 'curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -'
sh 'curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -'
sh 'DEBIAN_FRONTEND=noninteractive add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"'
sh 'apt-get update'
sh 'DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
Expand Down

0 comments on commit 1cf5e29

Please sign in to comment.