From b46d8e0b71e12cefed594e8d668f8c439fb43fc5 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Mon, 6 Jan 2025 09:44:44 -0500 Subject: [PATCH] fix casing for dockerfile 'as' instruction --- 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 . /