From bd5b4d1536dbb72d4167421575ab776e3c3f4bfe Mon Sep 17 00:00:00 2001 From: Joseph Boudreau <joseph.boudreau@cern.ch> Date: Tue, 3 Jun 2025 11:48:42 +0000 Subject: [PATCH] Install qt6, to which we will soon transition everything. --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 856278b..16b104f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,6 +65,9 @@ RUN apt-get update && apt-get install -y libhepmc3-dev ### Install libegl-dev to detect graphics drivers in gmex RUN apt-get update && apt-get install -y libegl-dev +### Install qt6 (co-exist with qt5 during transition period) +RUN apt-get update && apt get install -y qt6-base-dev libqt6core5compat6-dev libqt6opengl6-dev + ### Install xercesC RUN mkdir -p build_xercesC && \ cd build_xercesC && \ -- GitLab