Dockerfile aktualisiert
All checks were successful
Docker Build / Build amd64 & arm64 (push) Successful in 17s

This commit is contained in:
2026-02-05 00:24:15 +00:00
parent 6fe35b23e9
commit 026a32dcb8

View File

@@ -28,7 +28,7 @@ RUN ARCH="$(cat /arch)" && \
# add s6 optional symlinks
ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-noarch.tar.xz /tmp
RUN tar -C / -Jxpf /tmp/s6-overlay-symlinks-noarch.tar.xz && unlink /root-out/usr/bin/with-contenv
RUN tar -C / -Jxpf /tmp/s6-overlay-symlinks-noarch.tar.xz
ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-arch.tar.xz /tmp
RUN tar -C / -Jxpf /tmp/s6-overlay-symlinks-arch.tar.xz