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" && \
|
||||
echo "${MIRROR}/${REL}/main" > "${ROOTFS}/etc/apk/repositories" && \
|
||||
echo "${MIRROR}/${REL}/community" >> "${ROOTFS}/etc/apk/repositories" && \
|
||||
apk --root "${ROOTFS}" --no-cache --keys-dir /etc/apk/keys add --arch ${ARCH} --initdb ${PACKAGES//,/ } && \
|
||||
apk --root "${ROOTFS}" --no-cache --keys-dir /etc/apk/keys add ${PACKAGES//,/ } && \
|
||||
sed -i 's/^root::/root:!:/' "${ROOTFS}/etc/shadow"
|
||||
|
||||
# s6 overlay
|
||||
|
||||
Reference in New Issue
Block a user