fix(cistech-tunnel): add all xcb libraries for Qt6

This commit is contained in:
2026-01-17 15:53:24 +00:00
parent a3b02b694e
commit fb915487dc

View File

@@ -71,7 +71,14 @@ RUN apt-get update && apt-get install -y \
libegl1 \
libgl1 \
libopengl0 \
# XCB libraries for Qt6
libxcb-cursor0 \
libxcb-icccm4 \
libxcb-image0 \
libxcb-keysyms1 \
libxcb-render-util0 \
libxcb-xinerama0 \
libxcb-shape0 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*