Don't install docker on default, as we do this often inside docker containers

This commit is contained in:
Tobias Schmidl 2018-11-23 10:39:19 +01:00
parent bc3d4ef248
commit 02301dba57

View file

@ -15,6 +15,3 @@ apt-get install -y nodejs
# python3 related # python3 related
curl -RLSsf1 https://bootstrap.pypa.io/get-pip.py | python2 && \ curl -RLSsf1 https://bootstrap.pypa.io/get-pip.py | python2 && \
curl -RLSsf1 https://bootstrap.pypa.io/get-pip.py | python3 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 -