This file contains 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 characters
container: | |
image: debian:stretch-slim | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment