fix(databasus): add missing rclone dependency

rclone is required for cloud backup destinations (S3, GCS, etc.)
as shown in the upstream Dockerfile.
This commit is contained in:
CanbiZ (MickLesk)
2026-02-24 09:24:37 +01:00
parent 06874f260d
commit 4f656c62a3

View File

@@ -17,7 +17,8 @@ msg_info "Installing Dependencies"
$STD apt install -y \
nginx \
valkey \
mariadb-client
mariadb-client \
rclone
msg_ok "Installed Dependencies"
PG_VERSION="17" setup_postgresql