install libgl1 for pyqt6

Change-Id: I873f97fb497364d9c647797a899cf348c430214b
This commit is contained in:
Georg Brandl
2024-10-16 15:18:08 +02:00
parent 5d74042fc9
commit d4668d904f

View File

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