This commit is contained in:
parent
5797a17d44
commit
47aabf9b66
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue