Remove docker update

pull/5/head
Stefan Scherer 6 years ago
parent 4a3d09c464
commit 26ad60b0da
No known key found for this signature in database
GPG Key ID: 5966AEAC37E957FA

@ -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