This commit is contained in:
Dobromir Popov
2024-02-21 18:21:57 +02:00
parent ba5e73f027
commit a52364878c

View File

@ -1,5 +1,7 @@
# install
sudo apt-get update
sudo apt update
sudo apt install gnupg
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"