From 22d492e87404e3f3650e8df57c11a69dab3be075 Mon Sep 17 00:00:00 2001 From: Maximilian Locke <120924385+derlocke-ng@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:04:11 +0000 Subject: [PATCH] Update Containerfile --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 7324e16..cc71b24 100644 --- a/Containerfile +++ b/Containerfile @@ -48,6 +48,7 @@ FROM ghcr.io/ublue-os/${SOURCE_IMAGE}${SOURCE_SUFFIX}:${SOURCE_TAG} ## make modifications desired in your image and install packages by modifying the build.sh script ## the following RUN directive does all the things required to run "build.sh" as recommended. #RUN rpm-ostree install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-update-release-$(rpm -E %fedora).noarch.rpm +COPY --from=ghcr.io/ublue-os/akmods-extra:main-40 /rpms/ /tmp/rpms RUN find /tmp/rpms RUN rpm-ostree install VirtualBox-server /tmp/rpms/kmods/kmod-VirtualBox*.rpm COPY build.sh /tmp/build.sh