fix(cistech-tunnel): add libxcb-cursor0 for Qt xcb plugin

This commit is contained in:
2026-01-17 15:42:58 +00:00
parent 9b2a42bdc9
commit a3b02b694e

View File

@@ -71,6 +71,7 @@ RUN apt-get update && apt-get install -y \
libegl1 \ libegl1 \
libgl1 \ libgl1 \
libopengl0 \ libopengl0 \
libxcb-cursor0 \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*