Update Containerfile

This commit is contained in:
Jarno Rankinen 2024-06-05 17:05:46 +03:00 committed by GitHub
parent 464af52cfc
commit 92df1c8c15
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/ /tmp/rpms
COPY --from=ghcr.io/ublue-os/ucore-kmods:stable /rpms/ /tmp/rpms
### 3. MODIFICATIONS