Skip to content

Commit

Permalink
feat: install cmake-format with vtk
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 23, 2024
1 parent 695d7e5 commit c3745fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ RUN dnf install -y git docker sed clang-tools-extra

RUN if [ "$VTK" = "True" ]; then \
dnf install -y vtk vtk-devel; \
pip install -U cmakelang pyyaml
fi

0 comments on commit c3745fa

Please sign in to comment.