mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-18 00:45:51 +00:00
VNC-151 Add Mesa and Intel VA-API drivers to Ubuntu Jammy development Dockerfile
This commit is contained in:
parent
db0c19bcd6
commit
aee09215c4
1 changed files with 5 additions and 1 deletions
|
|
@ -67,7 +67,11 @@ RUN echo "kasm-user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \
|
|||
sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config
|
||||
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
||||
RUN apt install -y nodejs nginx vainfo
|
||||
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 \
|
||||
intel-media-va-driver-non-free
|
||||
|
||||
ENV SCRIPTS_DIR=/tmp/scripts
|
||||
COPY builder/scripts $SCRIPTS_DIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue