From d60fe06f86e87190f0c7fd2d27991d19dfa4d823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 8 Oct 2024 16:18:57 +0200 Subject: [PATCH] missing wget --- Ubuntu/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ubuntu/Dockerfile b/Ubuntu/Dockerfile index 31cafbb..6f7d7fa 100644 --- a/Ubuntu/Dockerfile +++ b/Ubuntu/Dockerfile @@ -21,7 +21,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ qt6-declarative-dev \ libqt6opengl6-dev \ libqt6svg6-dev \ - libqt6websockets6-dev + libqt6websockets6-dev \ + wget #install vtk 9.3 to work around an issue in vtk 9.3.1 wget https://www.vtk.org/files/release/9.3/VTK-9.3.1.tar.gz \