You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
117 B

8 years ago
  1. #!/bin/bash
  2. set -e
  3. # Skip this run?
  4. if [ -f build/skip.txt ]
  5. then
  6. exit 0
  7. fi
  8. #sudo apt-get install -qq -y docker