This commit is contained in:
Tobias Schmidl 2018-11-10 20:56:39 +01:00 committed by GitHub
parent 5797a17d44
commit 47aabf9b66

View file

@ -32,7 +32,7 @@ sudo -HS bash -c "curl -RLfs https://bootstrap.pypa.io/get-pip.py | python2 && \
curl -fsSL https://download.docker.com/linux/$DISTRO/gpg | sudo apt-key add - && \
sudo add-apt-repository "deb https://download.docker.com/linux/$DISTRO $SUITE stable" && \
sudo apt-get install -y docker
sudo apt-get install -y docker-ce
# vim related
pip install --user neovim && \