fix(cistech-tunnel): add all xcb libraries for Qt6
This commit is contained in:
@@ -71,7 +71,14 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libegl1 \
|
libegl1 \
|
||||||
libgl1 \
|
libgl1 \
|
||||||
libopengl0 \
|
libopengl0 \
|
||||||
|
# XCB libraries for Qt6
|
||||||
libxcb-cursor0 \
|
libxcb-cursor0 \
|
||||||
|
libxcb-icccm4 \
|
||||||
|
libxcb-image0 \
|
||||||
|
libxcb-keysyms1 \
|
||||||
|
libxcb-render-util0 \
|
||||||
|
libxcb-xinerama0 \
|
||||||
|
libxcb-shape0 \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user