removed additional bracket
All checks were successful
/ release-and-build (push) Successful in 6m18s
All checks were successful
/ release-and-build (push) Successful in 6m18s
This commit is contained in:
@@ -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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user