From 92df1c8c151b47966070ed83d4c990fbe5897be0 Mon Sep 17 00:00:00 2001 From: Jarno Rankinen <50285623+0ranki@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:05:46 +0300 Subject: [PATCH] Update Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index b377963..d57f585 100644 --- a/Containerfile +++ b/Containerfile @@ -44,7 +44,7 @@ ARG SOURCE_TAG="39" FROM ghcr.io/ublue-os/${SOURCE_IMAGE}${SOURCE_SUFFIX}:${SOURCE_TAG} ### 2.1 Add ZFS RPMS -COPY --from=ghcr.io/ublue-os/ucore-kmods:stable /rpms/kmod/zfs/ /tmp/rpms +COPY --from=ghcr.io/ublue-os/ucore-kmods:stable /rpms/ /tmp/rpms ### 3. MODIFICATIONS