From a3b02b694e9826071cb4f88cedcd9ac6abd71d87 Mon Sep 17 00:00:00 2001 From: alexz Date: Sat, 17 Jan 2026 15:42:58 +0000 Subject: [PATCH] fix(cistech-tunnel): add libxcb-cursor0 for Qt xcb plugin --- apps/cistech-tunnel/build/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/cistech-tunnel/build/Dockerfile b/apps/cistech-tunnel/build/Dockerfile index bb84c40..3da0741 100644 --- a/apps/cistech-tunnel/build/Dockerfile +++ b/apps/cistech-tunnel/build/Dockerfile @@ -71,6 +71,7 @@ RUN apt-get update && apt-get install -y \ libegl1 \ libgl1 \ libopengl0 \ + libxcb-cursor0 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*