pull/5/merge
Stefan Scherer 6 years ago committed by GitHub
commit 884ab6ba83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,11 +1,6 @@
#!/bin/bash
set -e
docker version
uname -a
echo "Updating Docker engine to have multi-stage builds"
sudo service docker stop
curl -fsSL https://get.docker.com/ | sudo sh
docker version
if [ -d tmp ]; then

Loading…
Cancel
Save