From 769f4da977e5c4e8116d32f737bcd839c799634d Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Fri, 3 May 2024 18:19:48 +0200 Subject: [PATCH] chore: try skipping bluefin copy --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ce197a2..047367e 100644 --- a/Containerfile +++ b/Containerfile @@ -53,7 +53,7 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}" COPY --from=ghcr.io/ublue-os/config:latest /files/ublue-os-just / COPY --from=ghcr.io/ublue-os/config:latest /files/ublue-os-udev-rules / COPY --from=ghcr.io/ublue-os/config:latest /files/ublue-os-update-services / -COPY --from=ghcr.io/ublue-os/bluefin:latest /usr/share/fish /usr/share/fish +# COPY --from=ghcr.io/ublue-os/bluefin:latest /usr/share/fish /usr/share/fish COPY files / COPY build.sh /tmp/build.sh COPY packages /tmp/packages