Install rpmfusion as separate command

This commit is contained in:
ReenigneArcher
2021-12-19 16:03:08 -05:00
parent c4838424db
commit 975c4e6b26
2 changed files with 32 additions and 30 deletions

View File

@@ -3,6 +3,7 @@ FROM fedora:33 AS sunshine-fedora_33
RUN dnf -y update && \ RUN dnf -y update && \
dnf -y group install "Development Tools" && \ dnf -y group install "Development Tools" && \
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 && \ 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 && \
dnf -y install \
boost-devel \ boost-devel \
boost-static.x86_64 \ boost-static.x86_64 \
cmake \ cmake \

View File

@@ -2,7 +2,8 @@ FROM fedora:35 AS sunshine-fedora_35
RUN dnf -y update && \ RUN dnf -y update && \
dnf -y group install "Development Tools" && \ dnf -y group install "Development Tools" && \
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 \ 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 && \
dnf -y install \
boost-devel \ boost-devel \
boost-static.x86_64 \ boost-static.x86_64 \
cmake \ cmake \