VNC-151 Remove Intel Media Driver installation for x86_64 from Debian Bullseye Dockerfile

This commit is contained in:
El 2025-12-01 12:37:36 +00:00
parent cd79726e91
commit 8a6093685e
No known key found for this signature in database
GPG Key ID: 205388FEB607950A
2 changed files with 2 additions and 6 deletions

View File

@ -16,11 +16,6 @@ RUN apt-get update && apt-get -y install ninja-build nasm git libgnutls28-dev vi
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
# x86_64 specific operations
RUN if [ "$(arch)" = "x86_64" ]; then \
apt-get update && apt-get install -y intel-media-va-driver-non-free; \
fi
RUN CMAKE_URL="https://cmake.org/files/v3.22/cmake-3.22.0" && \
ARCH=$(arch) && \
if [ "$ARCH" = "x86_64" ]; then \

3
debian/control vendored
View File

@ -14,7 +14,8 @@ Architecture: amd64 arm64
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ssl-cert, xauth,
x11-xkb-utils, xkb-data, procps, libswitch-perl, libyaml-tiny-perl,
libhash-merge-simple-perl, libscalar-list-utils-perl, liblist-moreutils-perl,
libtry-tiny-perl, libdatetime-perl, libdatetime-timezone-perl, libgbm1
libtry-tiny-perl, libdatetime-perl, libdatetime-timezone-perl, libgbm1,
Recommends: intel-media-va-driver-non-free [amd64]
Suggests: systemd
Provides: vnc-server
Description: KasmVNC provides remote web-based access to a Desktop or application.