Skip to content

Commit

Permalink
fix: Assume yes for DNF. again
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos committed Sep 5, 2023
1 parent 7d6e691 commit 7bb62e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ LABEL com.github.containers.toolbox="true" \
summary="Dependencies for running DaVinci Resolve on image-based Linux operating systems" \
maintainer="[email protected]"

RUN dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
RUN dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
RUN dnf -y install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
RUN dnf -y install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

COPY extra-packages /
RUN dnf -y update && \
Expand Down

0 comments on commit 7bb62e5

Please sign in to comment.