Skip to content

Commit

Permalink
Update Ubuntu/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
  • Loading branch information
sloriot and lrineau authored Oct 8, 2024
1 parent 54bf4a6 commit 2537adb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ RUN wget https://www.vtk.org/files/release/9.3/VTK-9.3.1.tar.gz \
&& make -j6 \
&& make install \
&& cd ../.. \
&& rm -rf VTK-9.3.1 \
&& export VTK_DIR=/usr/local/lib/cmake/vtk-9.3
&& rm -rf VTK-9.3.1

ENV VTK_DIR=/usr/local/lib/cmake/vtk-9.3

RUN git clone https://github.com/STORM-IRIT/OpenGR.git --depth 1 \
&& cd ./OpenGR \
Expand Down

0 comments on commit 2537adb

Please sign in to comment.