fix(cistech-tunnel): add libegl1 libgl1 libopengl0 for PyQt6 WebEngine
This commit is contained in:
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user