Don't install docker on default, as we do this often inside docker containers
This commit is contained in:
parent
bc3d4ef248
commit
02301dba57
1 changed files with 0 additions and 3 deletions
|
@ -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 -
|
||||
|
|
Loading…
Reference in a new issue