Install rpmfusion as separate command
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user