Dockerfile aktualisiert
Some checks failed
Docker Build / Build amd64 & arm64 (push) Failing after 9s
Some checks failed
Docker Build / Build amd64 & arm64 (push) Failing after 9s
This commit is contained in:
@@ -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 ${PACKAGES//,/ } && \
|
apk --root "${ROOTFS}" --no-cache add ${PACKAGES//,/ } && \
|
||||||
sed -i 's/^root::/root:!:/' "${ROOTFS}/etc/shadow"
|
sed -i 's/^root::/root:!:/' "${ROOTFS}/etc/shadow"
|
||||||
|
|
||||||
# s6 overlay
|
# s6 overlay
|
||||||
|
|||||||
Reference in New Issue
Block a user