From fb915487dc0b275ad6553239c6bd615402798d30 Mon Sep 17 00:00:00 2001 From: alexz Date: Sat, 17 Jan 2026 15:53:24 +0000 Subject: [PATCH] fix(cistech-tunnel): add all xcb libraries for Qt6 --- apps/cistech-tunnel/build/Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/cistech-tunnel/build/Dockerfile b/apps/cistech-tunnel/build/Dockerfile index 3da0741..e6e3032 100644 --- a/apps/cistech-tunnel/build/Dockerfile +++ b/apps/cistech-tunnel/build/Dockerfile @@ -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/*