Aktualizovat install.sh
This commit is contained in:
parent
23c6cef93b
commit
3a5ef253ca
1 changed files with 3 additions and 1 deletions
|
@ -11,3 +11,5 @@ echo \
|
||||||
$(. /etc/os-release && echo "${UBUNTU_CODENAME:-$VERSION_CODENAME}") stable" | \
|
$(. /etc/os-release && echo "${UBUNTU_CODENAME:-$VERSION_CODENAME}") stable" | \
|
||||||
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
|
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
||||||
|
apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
Loading…
Add table
Reference in a new issue