Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ d70210c386
Merge aec3470760 into 4a135f4ecd 2024-06-25 15:46:22 -04:00
tteckster 4a135f4ecd
Update alpine-docker-install.sh
fixes https://github.com/tteck/Proxmox/issues/3261
2024-06-25 15:45:34 -04:00
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 curl
$STD apk add openssh
$STD apk add tzdata
$STD apk add nano
$STD apk add mc
msg_ok "Installed Dependencies"