fix casing for oci directive

This commit is contained in:
Anton Livaja 2025-02-03 23:10:03 -05:00
parent 0badfe71c6
commit 71f16c1bae
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 25 additions and 0 deletions

View File

@ -73,6 +73,7 @@ COPY --from=user-cpio . /
COPY --from=user-mtools . /
COPY --from=user-grub . /
<<<<<<< HEAD
FROM base as dev
COPY --from=core-gcc . /
COPY --from=core-zlib . /
@ -96,6 +97,30 @@ COPY --from=core-curl . /
COPY --from=user-libtpms . /
COPY --from=user-tpm2-tss . /
COPY --from=user-tpm2-tools . /
=======
FROM base AS dev
COPY --from=gcc . /
COPY --from=glib . /
COPY --from=alsa-lib . /
COPY --from=lzo . /
COPY --from=dtc . /
COPY --from=zlib . /
COPY --from=numactl . /
COPY --from=libaio . /
COPY --from=libseccomp . /
COPY --from=libffi . /
COPY --from=libzstd . /
COPY --from=libslirp . /
COPY --from=seabios . /
COPY --from=ipxe . /
COPY --from=qemu . /
COPY --from=swtpm . /
COPY --from=openssl . /
COPY --from=curl . /
COPY --from=libtpms . /
COPY --from=tpm2-tss . /
COPY --from=tpm2-tools . /
>>>>>>> 30df221 (fix casing for oci directive)
FROM base AS build