mirror of https://github.com/tteck/Proxmox.git
Update alpine-docker-install.sh
fixes https://github.com/tteck/Proxmox/issues/3261
This commit is contained in:
parent
be8dbcc094
commit
4a135f4ecd
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue