removed additional bracket
All checks were successful
/ release-and-build (push) Successful in 6m18s

This commit is contained in:
2026-03-16 17:19:28 +01:00
parent 6a326a81ba
commit cf09f672a7

View File

@@ -29,7 +29,7 @@ RUN \
mkdir /root-out && \ mkdir /root-out && \
curl -o \ curl -o \
/rootfs.tar.gz -L \ /rootfs.tar.gz -L \
https://github.com/debuerreotype/docker-debian-artifacts/raw/refs/heads/dist-${BUILD_DEBIAN_ARCH_AARCH64}}/${BUILD_DEBIAN_REL}/slim/oci/blobs/rootfs.tar.gz && \ https://github.com/debuerreotype/docker-debian-artifacts/raw/refs/heads/dist-${BUILD_DEBIAN_ARCH_AARCH64}/${BUILD_DEBIAN_REL}/slim/oci/blobs/rootfs.tar.gz && \
tar xf \ tar xf \
/rootfs.tar.gz -C \ /rootfs.tar.gz -C \
/root-out && \ /root-out && \