install libgl1 for pyqt6

Change-Id: I873f97fb497364d9c647797a899cf348c430214b
This commit is contained in:
Georg Brandl 2024-10-16 15:18:08 +02:00 committed by Markus Zolliker
parent 19d5756eb0
commit 7111d73226

View File

@ -9,9 +9,11 @@ RUN apt-get update && \
openssh-client \
make \
locales \
libgl1 \
python3 \
python3-dev \
python3-venv python3-setuptools \
python3-venv \
python3-setuptools \
virtualenv