mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-04 21:36:18 +02:00
Drop apk update since we use --no-cache
This commit is contained in:
parent
2f647bce74
commit
7d5a90c0a0
@ -10,7 +10,7 @@
|
||||
# allow us to automate the releaes process.
|
||||
FROM alpine:3.12 AS verify
|
||||
COPY TEMPLATE_ROOTFS_FILE /
|
||||
RUN apk update && apk add --no-cache curl bash
|
||||
RUN apk add --no-cache curl bash
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" TEMPLATE_ROOTFS_URL)" && \
|
||||
sha256sum -c <<< "TEMPLATE_ROOTFS_HASH" && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user