fix: apline-it-tools missing ssh package (#1891)

This commit is contained in:
Tobias 2025-01-31 10:10:21 +01:00 committed by GitHub
parent b8edf0dd68
commit 3c58303a9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ msg_info "Installing Dependencies"
$STD apk add \ $STD apk add \
curl \ curl \
mc \ mc \
openssh \
nginx \ nginx \
unzip unzip
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"