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 -