mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
VNC-151 Remove intel-media-driver from build configurations
This commit is contained in:
parent
9c609b5fc1
commit
c8ab23c275
11 changed files with 11 additions and 19 deletions
|
|
@ -24,7 +24,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tz
|
|||
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 tightvncserver 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 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue