mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-15 22:53:52 +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
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN dnf -y update && \
|
||||
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 && \
|
||||
@ -8,6 +9,7 @@ RUN dnf -y update && \
|
||||
boost-static.x86_64 \
|
||||
cmake \
|
||||
ffmpeg-devel \
|
||||
gcc-c++ \
|
||||
libevdev-devel \
|
||||
libxcb-devel \
|
||||
libX11-devel \
|
||||
|
Loading…
Reference in New Issue
Block a user