From 9b2a42bdc9def482b53a46e7d9eec402c9ac4108 Mon Sep 17 00:00:00 2001 From: alexz Date: Sat, 17 Jan 2026 15:36:00 +0000 Subject: [PATCH] fix(cistech-tunnel): add libegl1 libgl1 libopengl0 for PyQt6 WebEngine --- apps/cistech-tunnel/build/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/cistech-tunnel/build/Dockerfile b/apps/cistech-tunnel/build/Dockerfile index a96a65d..bb84c40 100644 --- a/apps/cistech-tunnel/build/Dockerfile +++ b/apps/cistech-tunnel/build/Dockerfile @@ -67,6 +67,10 @@ RUN apt-get update && apt-get install -y \ libxkbcommon0 \ libxkbcommon-x11-0 \ fonts-liberation \ + # EGL/GL for PyQt6 WebEngine + libegl1 \ + libgl1 \ + libopengl0 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*