From d4668d904f945b04102c32b1409e53943f302d61 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 16 Oct 2024 15:18:08 +0200 Subject: [PATCH] install libgl1 for pyqt6 Change-Id: I873f97fb497364d9c647797a899cf348c430214b --- ci/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 4367a6d2..f3690765 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -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