Rename second layer to root

This commit is contained in:
Sven-Hendrik Haase 2020-10-19 04:10:52 +02:00
parent 80d8c5ee91
commit dc895e48cf
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -6,7 +6,7 @@ RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effecti
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"
FROM scratch AS base
FROM scratch AS root
COPY --from=verify /rootfs/ /
# manually run all alpm hooks that can't be run inside the fakechroot