1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2021-01-27 16:10:26 +10:00
parent dbf18aba27
commit deb31c5a4e
1 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,6 @@
sudo apt-get update sudo apt-get update
sudo apt-get install \ sudo apt-get install --assume-yes \
apt-transport-https \ apt-transport-https \
ca-certificates \ ca-certificates \
curl \ curl \
@ -14,9 +14,6 @@ sudo apt-key fingerprint 0EBFCD88
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io sudo apt-get install --assume-yes docker-ce docker-ce-cli containerd.io
docker ps apt-get install --assume-yes python3-pip docker-compose
apt-get install python3-pip
pip3 install docker-compose