Dockerfile aktualisiert
Some checks failed
Docker Build / Build amd64 & arm64 (push) Failing after 10s

remove --initdb
This commit is contained in:
2026-02-04 23:38:17 +00:00
parent 1cce5cfa6d
commit 8e14e78763

View File

@@ -22,7 +22,7 @@ RUN case "${TARGETARCH}" in \
RUN mkdir -p "${ROOTFS}/etc/apk" && \ RUN mkdir -p "${ROOTFS}/etc/apk" && \
echo "${MIRROR}/${REL}/main" > "${ROOTFS}/etc/apk/repositories" && \ echo "${MIRROR}/${REL}/main" > "${ROOTFS}/etc/apk/repositories" && \
echo "${MIRROR}/${REL}/community" >> "${ROOTFS}/etc/apk/repositories" && \ echo "${MIRROR}/${REL}/community" >> "${ROOTFS}/etc/apk/repositories" && \
apk --root "${ROOTFS}" --no-cache --initdb ${PACKAGES//,/ } && \ apk --root "${ROOTFS}" --no-cache ${PACKAGES//,/ } && \
sed -i 's/^root::/root:!:/' "${ROOTFS}/etc/shadow" sed -i 's/^root::/root:!:/' "${ROOTFS}/etc/shadow"
# s6 overlay # s6 overlay