From eef361eadfc6fb1f3752dadf6a77e94e2da9c776 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Thu, 28 Sep 2023 12:39:52 -0600 Subject: [PATCH] fix: use new akmods:main-RELEASE tag structure --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index b4d3a1f8..9432d87b 100644 --- a/Containerfile +++ b/Containerfile @@ -15,7 +15,7 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}" COPY system_files/shared system_files/desktop/shared system_files/desktop/${BASE_IMAGE_NAME} / # Add ublue packages, add needed negativo17 repo and then immediately disable due to incompatibility with RPMFusion -COPY --from=ghcr.io/ublue-os/akmods:${FEDORA_MAJOR_VERSION} /rpms /tmp/akmods-rpms +COPY --from=ghcr.io/ublue-os/akmods:main-${FEDORA_MAJOR_VERSION} /rpms /tmp/akmods-rpms RUN if grep -qv "nokmods" <<< ${IMAGE_FLAVOR}; then \ sed -i 's@enabled=0@enabled=1@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo && \ wget https://negativo17.org/repos/fedora-multimedia.repo -O /etc/yum.repos.d/negativo17-fedora-multimedia.repo && \