Skip to content

Commit 88f8ad8

Browse files
committed
Fix rpm fusion installation
1 parent 9931bcb commit 88f8ad8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Containerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ RUN echo "Adding xdg-open wrapper ..." \
99
&& chmod +x /usr/local/bin/xdg-open
1010

1111
RUN echo "Installing RPM Fusion..." \
12-
&& dnf -y 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 \
13-
&& dnf -y groupupdate core
12+
&& dnf -y 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
1413

1514
RUN echo "Installing packages..."
1615
RUN dnf -y install bat cargo curl dotnet-sdk-8.0 eza fastfetch ffmpeg fish flatpak-builder git ghostscript gnome-tweaks htop hugo

0 commit comments

Comments
 (0)