Update Containerfile

This commit is contained in:
Jarno Rankinen 2024-06-05 17:02:46 +03:00 committed by GitHub
parent f1ecab5e80
commit 464af52cfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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/*.rpm /tmp/rpms
COPY --from=ghcr.io/ublue-os/ucore-kmods:stable /rpms/kmod/zfs/ /tmp/rpms
### 3. MODIFICATIONS