alpine: install alpine-conf in entrypoint instead of embedding it into the image
This commit is contained in:
parent
2c8262a3a8
commit
bdf9e8d9ac
@ -18,6 +18,7 @@ DEFAULT_PERMITTED="*"
|
|||||||
RW_MODE="rw"
|
RW_MODE="rw"
|
||||||
UID=${NFS_UID:-0}
|
UID=${NFS_UID:-0}
|
||||||
|
|
||||||
|
apk add --no-cache --update alpine-conf
|
||||||
setup-timezone -z "${SRV_TZ:-${DEFALUT_TIMEZONE}}"
|
setup-timezone -z "${SRV_TZ:-${DEFALUT_TIMEZONE}}"
|
||||||
apk del alpine-conf
|
apk del alpine-conf
|
||||||
cat > /etc/chrony/chrony.conf << 'EOF'
|
cat > /etc/chrony/chrony.conf << 'EOF'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user