mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
VNC-151 Add Mesa and Intel VA-API drivers to Ubuntu Jammy development Dockerfile
This commit is contained in:
parent
aee09215c4
commit
c4a79ab584
1 changed files with 1 additions and 2 deletions
|
|
@ -58,7 +58,6 @@ RUN sed -i 's$# deb-src$deb-src$' /etc/apt/sources.list && \
|
|||
libva-dev \
|
||||
libpam0g-dev \
|
||||
libbsd-dev \
|
||||
intel-media-va-driver-non-free \
|
||||
openssh-server \
|
||||
inotify-tools
|
||||
|
||||
|
|
@ -70,7 +69,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
|||
RUN apt install -y nodejs nginx
|
||||
|
||||
# Packages required for VA-API hardware acceleration (Mesa + Intel)
|
||||
RUN apt install vainfo mesa-va-drivers mesa-vulkan-drivers \
|
||||
RUN apt install -y vainfo mesa-va-drivers mesa-vulkan-drivers \
|
||||
intel-media-va-driver-non-free
|
||||
|
||||
ENV SCRIPTS_DIR=/tmp/scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue