KASM-6008 Install glxinfo on Alpine, Fedora

This commit is contained in:
Dmitry Maksyoma 2025-03-17 14:43:49 +13:00
parent ad14d7839d
commit 716729e652
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -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 \

View File

@ -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 \