Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
derlocke-ng authored Jul 30, 2024
1 parent e6337a1 commit 22d492e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22d492e

Please sign in to comment.