Update Dockerfile-fedora_35
-Add gcc-c++ package
This commit is contained in:
parent
07b974d638
commit
26aff26eb0
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue