VNC-151 Remove intel-media-driver from openSUSE 15 and Kali Rolling build configurations, and Ubuntu Noble build configuration

This commit is contained in:
El 2025-10-25 09:33:17 +00:00
parent b137361ae1
commit 47fbb11027
No known key found for this signature in database
GPG Key ID: 205388FEB607950A
3 changed files with 3 additions and 4 deletions

View File

@ -17,7 +17,7 @@ RUN apt-get update && apt-get -y build-dep xorg-server libxfont-dev
RUN apt-get update && apt-get -y install gcc g++ curl
RUN apt-get update && apt-get -y install ninja-build cmake nasm git libgnutls28-dev vim wget tightvncserver
RUN apt-get update && apt-get -y install libpng-dev libtiff-dev libgif-dev libavcodec-dev libssl-dev libxrandr-dev \
libxcursor-dev libavformat-dev libswscale-dev libvpx-dev libva-dev intel-media-va-driver-non-free
libxcursor-dev libavformat-dev libswscale-dev libvpx-dev libva-dev
ENV SCRIPTS_DIR=/tmp/scripts
COPY builder/scripts $SCRIPTS_DIR

View File

@ -47,8 +47,7 @@ RUN zypper install -ny \
xorg-x11-server-sdk \
xorg-x11-util-devel \
zlib-devel \
libva-devel \
intel-media-driver
libva-devel
RUN useradd -u 1000 docker && \
groupadd -g 1000 docker && \

View File

@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends tzdata
RUN apt-get update && apt-get -y build-dep xorg-server libxfont-dev
RUN apt-get update && apt-get -y install ninja-build cmake nasm git libgnutls28-dev vim wget curl
RUN apt-get update && apt-get -y install libpng-dev libtiff-dev libgif-dev libavcodec-dev libssl-dev libxrandr-dev \
libxcursor-dev libavformat-dev libswscale-dev libva-dev intel-media-va-driver-non-free
libxcursor-dev libavformat-dev libswscale-dev libva-dev
ENV SCRIPTS_DIR=/tmp/scripts
COPY builder/scripts $SCRIPTS_DIR