Remove docker sdk dependency and add jq

pull/4/head
drunkendog 2023-08-24 16:13:08 +01:00
parent f70843990c
commit ece934d473
1 changed files with 1 additions and 3 deletions

View File

@ -5,9 +5,7 @@ export DEBIAN_FRONTEND=noninteractive
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
apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup jq
rm -rf /etc/nginx/sites-available/default
rm -rf /etc/nginx/sites-enabled/default