mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-25 22:41:47 +02:00
KASM-6008 Install glxinfo on Alpine, Fedora
This commit is contained in:
parent
ad14d7839d
commit
716729e652
@ -227,7 +227,7 @@ ENV AUDIO_PORT=4901 \
|
||||
VNC_VIEW_ONLY_PW=vncviewonlypassword \
|
||||
TZ=$TZ
|
||||
|
||||
RUN apk update && apk add mesa-vulkan-intel vulkan-tools
|
||||
RUN apk update && apk add mesa-vulkan-intel vulkan-tools mesa-utils
|
||||
|
||||
### Ports and user
|
||||
EXPOSE $VNC_PORT \
|
||||
|
@ -234,6 +234,8 @@ ENV AUDIO_PORT=4901 \
|
||||
VNC_VIEW_ONLY_PW=vncviewonlypassword \
|
||||
TZ=$TZ
|
||||
|
||||
RUN dnf install -y glx-utils
|
||||
|
||||
### Ports and user
|
||||
EXPOSE $VNC_PORT \
|
||||
$NO_VNC_PORT \
|
||||
|
Loading…
x
Reference in New Issue
Block a user