Skip to content

Commit

Permalink
jenkins install docker.io and docker-compose - fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-usp committed Jan 8, 2021
1 parent 2646015 commit c71d816
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 @@ -27,7 +27,7 @@ pipeline {
docker-ce \
docker-ce-cli \
containerd.io'
sh 'groupadd docker && usermod -aG docker $USER'
sh 'usermod -aG docker $USER'
sh 'curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose'
sh 'chmod +x /usr/local/bin/docker-compose'
sh '/usr/local/bin/docker-compose build ffmpeg-1'
Expand Down

0 comments on commit c71d816

Please sign in to comment.