Skip to content

Commit

Permalink
fix: install vtk-dev instead of vtk
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 24, 2024
1 parent 20837aa commit 8e693fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk add git docker sed
# Conditionally pre-install VTK

RUN if [ "$VTK" = "True" ]; then \
apk add vtk; \
apk add vtk-dev; \
fi

RUN if [ "$PYTHON" = "True" ]; then \
Expand Down

0 comments on commit 8e693fd

Please sign in to comment.