11 lines
116 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