mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-27 13:11:30 +02:00
KASM-6788 Update Dockerfiles to use GCC Toolset 14 and add libSM-devel
This commit is contained in:
parent
4ea5f734ec
commit
b3f2dd1196
@ -13,7 +13,7 @@ RUN zypper install -ny \
|
||||
ffmpeg-4-libavcodec-devel \
|
||||
fonttosfnt \
|
||||
font-util \
|
||||
gcc \
|
||||
gcc14 \
|
||||
gcc14-c++ \
|
||||
giflib-devel \
|
||||
git \
|
||||
|
@ -15,6 +15,7 @@ RUN \
|
||||
dnf-plugins-core \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
gcc-toolset-14 \
|
||||
git \
|
||||
gnutls-devel \
|
||||
libjpeg-turbo-devel \
|
||||
@ -48,7 +49,10 @@ RUN dnf install -y \
|
||||
xorg-x11-xtrans-devel \
|
||||
libXrandr-devel \
|
||||
libXtst-devel \
|
||||
libXcursor-devel
|
||||
libXcursor-devel \
|
||||
libSM-devel
|
||||
|
||||
RUN scl enable gcc-toolset-14 bash
|
||||
|
||||
ENV SCRIPTS_DIR=/tmp/scripts
|
||||
COPY builder/scripts $SCRIPTS_DIR
|
||||
|
@ -15,6 +15,7 @@ RUN \
|
||||
dnf-plugins-core \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
gcc-toolset-14 \
|
||||
git \
|
||||
gnutls-devel \
|
||||
libjpeg-turbo-devel \
|
||||
@ -47,7 +48,10 @@ RUN dnf install -y \
|
||||
xorg-x11-xtrans-devel \
|
||||
libXrandr-devel \
|
||||
libXtst-devel \
|
||||
libXcursor-devel
|
||||
libXcursor-devel \
|
||||
libSM-devel
|
||||
|
||||
RUN scl enable gcc-toolset-14 bash
|
||||
|
||||
|
||||
ENV SCRIPTS_DIR=/tmp/scripts
|
||||
|
Loading…
x
Reference in New Issue
Block a user