From 7f5d3a6275bce926582fa1b61c9ecd1278c862b8 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Mon, 17 Feb 2025 02:54:38 -0500 Subject: [PATCH] remove duplicate import and fix as casing --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 1852053..c443308 100644 --- a/Containerfile +++ b/Containerfile @@ -59,7 +59,6 @@ FROM stagex/user-util-linux:sx2025.02.0@sha256:bf03b1aaa92a3877f2d2a35d2c27cf453 FROM stagex/user-xorriso:sx2025.02.0@sha256:f3b9f1eebdbc6f2e62a9d4345abb87ea81219fc4afdbdc0412a8a2110282a1a1 AS user-xorriso FROM stagex/core-xz:sx2025.02.0@sha256:34824f16967f6bd8ecf24c320e36dfc9cd58d5746d3c524e1b896ebdf5a2e760 AS core-xz FROM stagex/user-yq:sx2025.02.0@sha256:9aba3b01cc7d78bc78853121cdcd430a67f543eebae30220f233659039ce6e54 AS user-yq -FROM stagex/core-zlib:sx2025.02.0@sha256:15860e0789afa0f3ed1bd4e9d771ecb34fbab399064f6aa69c05e71cb8822156 AS core-zlib FROM scratch AS base ARG VERSION development @@ -75,7 +74,7 @@ COPY --from=user-cpio . / COPY --from=user-mtools . / COPY --from=user-grub . / -FROM base as dev +FROM base AS dev COPY --from=core-gcc . / COPY --from=core-zlib . / COPY --from=user-glib . /