diff --git a/DockerfileLinux b/DockerfileLinux index 8268522550771459da0125ab21666fe927f3ce99..ed5042448b5bdef1f95f37984d8998a5d8819d49 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