Skip to content

Commit

Permalink
missing wget
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Oct 8, 2024
1 parent 46b67d2 commit d60fe06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d60fe06

Please sign in to comment.