From 19ee69c73336f4ffe446aeb4987d7b47a9eac471 Mon Sep 17 00:00:00 2001 From: Alberto Nidasio <nidasioalberto@gmail.com> Date: Mon, 29 Jul 2024 19:23:37 +0200 Subject: [PATCH] Added missing packages in DockerfileLinux --- DockerfileLinux | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DockerfileLinux b/DockerfileLinux index 9b2e771..8268522 100644 --- a/DockerfileLinux +++ b/DockerfileLinux @@ -38,6 +38,11 @@ RUN apt-get install -y libegl1 RUN apt-get install -y mesa-common-dev RUN apt-get install -y libglu1-mesa-dev RUN apt-get install -y libglib2.0-0 +RUN apt-get install -y fontconfig +RUN apt-get install -y libxcb-cursor0 +RUN apt-get install -y libxcb-shape0 +RUN apt-get install -y libdbus-1-3 +RUN apt-get install -y libcups2 # Install aqt RUN python -m pip install aqtinstall -- GitLab