alpine: install alpine-conf in entrypoint instead of embedding it into the image

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-10-29 17:13:02 -04:00
parent 2c8262a3a8
commit bdf9e8d9ac
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -18,6 +18,7 @@ DEFAULT_PERMITTED="*"
RW_MODE="rw"
UID=${NFS_UID:-0}
apk add --no-cache --update alpine-conf
setup-timezone -z "${SRV_TZ:-${DEFALUT_TIMEZONE}}"
apk del alpine-conf
cat > /etc/chrony/chrony.conf << 'EOF'