Update alpine-docker-install.sh

fixes https://github.com/tteck/Proxmox/issues/3261
This commit is contained in:
tteckster 2024-06-25 15:45:34 -04:00 committed by GitHub
parent be8dbcc094
commit 4a135f4ecd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ msg_info "Installing Dependencies"
$STD apk add newt $STD apk add newt
$STD apk add curl $STD apk add curl
$STD apk add openssh $STD apk add openssh
$STD apk add tzdata
$STD apk add nano $STD apk add nano
$STD apk add mc $STD apk add mc
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"