From 02301dba570f3fc6fd9a6d1015e0ce9f8cf6422a Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 23 Nov 2018 10:39:19 +0100 Subject: [PATCH] Don't install docker on default, as we do this often inside docker containers --- bootstrap-root.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 4185049..0fbafcf 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -15,6 +15,3 @@ apt-get install -y nodejs # python3 related curl -RLSsf1 https://bootstrap.pypa.io/get-pip.py | python2 && \ curl -RLSsf1 https://bootstrap.pypa.io/get-pip.py | python3 - -# Docker related -curl -RLSsf1 https://github.com/schtobia/bootstrap/raw/master/docker-install.sh | bash -