mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 14:17:18 +02:00
Turns out we need --continue-at - for local builds still
This commit is contained in:
parent
ca6e2dbddf
commit
4443f7f8bd
@ -11,7 +11,7 @@
|
||||
FROM archlinux:latest AS verify
|
||||
COPY TEMPLATE_ROOTFS_FILE /
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
RUN ROOTFS="$(curl -OJL -w "%{filename_effective}" TEMPLATE_ROOTFS_URL)" && \
|
||||
RUN ROOTFS="$(curl -OJL --continue-at - -w "%{filename_effective}" TEMPLATE_ROOTFS_URL)" && \
|
||||
sha256sum -c <<< "TEMPLATE_ROOTFS_HASH" && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"
|
||||
|
Loading…
Reference in New Issue
Block a user