From 30df22190a3497a1e875fd0ec33a88fd26513d01 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Mon, 3 Feb 2025 23:10:03 -0500 Subject: [PATCH] fix casing for oci directive --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 176fca7..a9ee653 100644 --- a/Containerfile +++ b/Containerfile @@ -65,7 +65,7 @@ COPY --from=mtools . / COPY --from=xz . / COPY --from=grub . / -FROM base as dev +FROM base AS dev COPY --from=gcc . / COPY --from=glib . / COPY --from=alsa-lib . /