remove duplicate import and fix as casing

This commit is contained in:
Anton Livaja 2025-02-17 02:54:38 -05:00
parent 89ada7e795
commit 7f5d3a6275
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 1 additions and 2 deletions

View File

@ -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/user-xorriso:sx2025.02.0@sha256:f3b9f1eebdbc6f2e62a9d4345abb87ea81219fc4afdbdc0412a8a2110282a1a1 AS user-xorriso
FROM stagex/core-xz:sx2025.02.0@sha256:34824f16967f6bd8ecf24c320e36dfc9cd58d5746d3c524e1b896ebdf5a2e760 AS core-xz 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/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 FROM scratch AS base
ARG VERSION development ARG VERSION development
@ -75,7 +74,7 @@ COPY --from=user-cpio . /
COPY --from=user-mtools . / COPY --from=user-mtools . /
COPY --from=user-grub . / COPY --from=user-grub . /
FROM base as dev FROM base AS dev
COPY --from=core-gcc . / COPY --from=core-gcc . /
COPY --from=core-zlib . / COPY --from=core-zlib . /
COPY --from=user-glib . / COPY --from=user-glib . /