From 8b5de0ff8860b68570357f19a4f6c89be0350cd5 Mon Sep 17 00:00:00 2001 From: Alberto Nidasio <nidasioalberto@gmail.com> Date: Fri, 2 Aug 2024 17:53:45 +0200 Subject: [PATCH] Added libdw-dev dependency on linux --- DockerfileLinux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DockerfileLinux b/DockerfileLinux index 8268522..ed50424 100644 --- a/DockerfileLinux +++ b/DockerfileLinux @@ -44,6 +44,9 @@ RUN apt-get install -y libxcb-shape0 RUN apt-get install -y libdbus-1-3 RUN apt-get install -y libcups2 +# Backward-cpp dependencies +RUN apt-get install -y libdw-dev + # Install aqt RUN python -m pip install aqtinstall -- GitLab