Install certbot on new VPS during install-rubix

- Add certbot to apt packages so host-side Let's Encrypt works before first docker-cms-certbot
This commit is contained in:
Sinisa Madzar
2026-06-01 12:52:53 +02:00
parent 14f180be2c
commit 579822726f
+1 -1
View File
@@ -23,7 +23,7 @@ GITEA_TOKEN="${GITEA_TOKEN:-${GITEA_REGISTRY_PULL_TOKEN:-}}"
TAG="${1:-}"
APT_PACKAGES=(unzip wget curl python3 ca-certificates git rsync)
APT_PACKAGES=(unzip wget curl python3 ca-certificates git rsync certbot)
DOCKER_APT_PACKAGE="${DOCKER_APT_PACKAGE:-docker.io}"
COMPOSE_PLUGIN_DIR="/usr/lib/docker/cli-plugins"