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

This commit is contained in:
2026-02-04 23:42:38 +00:00
parent 8e14e78763
commit bdd81d571f

View File

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