mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-16 07:10:50 +00:00
Update Dockerfile-fedora_35
-Add gcc-c++ package
This commit is contained in:
parent
07b974d638
commit
26aff26eb0
@ -1,5 +1,6 @@
|
|||||||
FROM fedora:35 AS sunshine-fedora_35
|
FROM fedora:35 AS sunshine-fedora_35
|
||||||
|
|
||||||
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
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 && \
|
||||||
@ -8,6 +9,7 @@ RUN dnf -y update && \
|
|||||||
boost-static.x86_64 \
|
boost-static.x86_64 \
|
||||||
cmake \
|
cmake \
|
||||||
ffmpeg-devel \
|
ffmpeg-devel \
|
||||||
|
gcc-c++ \
|
||||||
libevdev-devel \
|
libevdev-devel \
|
||||||
libxcb-devel \
|
libxcb-devel \
|
||||||
libX11-devel \
|
libX11-devel \
|
||||||
|
Loading…
Reference in New Issue
Block a user