Last active
August 8, 2019 11:07
-
-
Save hostmaster/84ba9bb998918be2d29f0d5660bec1af to your computer and use it in GitHub Desktop.
Revisions
-
hostmaster revised this gist
Aug 8, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ container: image: debian:stretch-slim options: "--name ci-container -v /usr/bin/docker:/tmp/docker:ro" steps: -
hostmaster created this gist
Aug 8, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ container: image: ros:dashing options: "--name ci-container -v /usr/bin/docker:/tmp/docker:ro" steps: - script: | /tmp/docker exec -t -u 0 ci-container \ sh -c "apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confold" -y install sudo" displayName: Set up sudo