Skip to content

Commit

Permalink
chore(akmods): add in akmods-extra to support common/extra breakout in
Browse files Browse the repository at this point in the history
  • Loading branch information
mulderje committed Apr 24, 2024
1 parent 2dba9b1 commit d105a83
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 @@ -108,6 +108,7 @@ RUN mkdir -p /tmp/linux-firmware-neptune && \

# Add ublue packages, add needed negativo17 repo and then immediately disable due to incompatibility with RPMFusion
COPY --from=ghcr.io/ublue-os/akmods:${AKMODS_FLAVOR}-${FEDORA_MAJOR_VERSION} /rpms /tmp/akmods-rpms
COPY --from=ghcr.io/ublue-os/akmods-extra:${AKMODS_FLAVOR}-${FEDORA_MAJOR_VERSION} /rpms /tmp/akmods-rpms
RUN 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 && \
rpm-ostree install \
Expand Down

0 comments on commit d105a83

Please sign in to comment.