diff --git a/Containerfile b/Containerfile index 61d0b62..58871f2 100644 --- a/Containerfile +++ b/Containerfile @@ -47,6 +47,7 @@ FROM ghcr.io/ublue-os/${SOURCE_IMAGE}${SOURCE_SUFFIX}:${SOURCE_TAG} ### 3. MODIFICATIONS ## 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-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-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 /tmp/rpms/kmods/kmod-VirtualBox*.rpm