Skip to content

Commit

Permalink
fix: Disable negativo when installing libbluray to avoid installing m…
Browse files Browse the repository at this point in the history
…akemkv
  • Loading branch information
KyleGospo authored Feb 3, 2025
1 parent 63565cf commit 2925b83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,13 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
for repo in "${!toswap[@]}"; do \
for package in ${toswap[$repo]}; do dnf5 -y swap --repo=$repo $package $package; done; \
done && unset -v toswap repo package && \
dnf5 config-manager setopt fedora-multimedia.enabled=0 && \
dnf5 -y install --enable-repo="*rpmfusion*" \
libaacs \
libbdplus \
libbluray \
libbluray-utils && \
dnf5 config-manager setopt fedora-multimedia.enabled=1 && \
/ctx/cleanup

# Remove unneeded packages
Expand Down

0 comments on commit 2925b83

Please # to comment.