mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-02-06 11:27:19 +00:00
VNC-151 Remove Intel Media Driver installation for x86_64 from Debian Bullseye Dockerfile
This commit is contained in:
parent
cd79726e91
commit
8a6093685e
@ -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
3
debian/control
vendored
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user