Add dependency (Python Docker SDK)
parent
940a4edbf5
commit
6da61a7be2
2
setup.sh
2
setup.sh
|
@ -7,6 +7,8 @@ apt-get update -y
|
|||
apt-get upgrade -y
|
||||
apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup
|
||||
|
||||
python3 -m pip install docker
|
||||
|
||||
rm -rf /etc/nginx/sites-available/default
|
||||
rm -rf /etc/nginx/sites-enabled/default
|
||||
|
||||
|
|
Loading…
Reference in New Issue