Skip to content

Commit

Permalink
add wget
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Sep 3, 2024
1 parent e4af9a8 commit 63cdd79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Debian-testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ RUN apt-get clean && apt-get update && apt-get install -y \
qt6-declarative-dev \
lsb-release \
libvtk9-dev vtk9 \
nlohmann-json3-dev
nlohmann-json3-dev \
wget

#OpenMesh
RUN wget https://www.graphics.rwth-aachen.de/media/openmesh_static/Releases/11.0/OpenMesh-11.0.0.tar.gz && \
Expand Down

0 comments on commit 63cdd79

Please sign in to comment.