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 7b7e737
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 @@ -9,5 +9,5 @@ RUN dnf install -y git docker sed clang-tools-extra
# Conditionally pre-install VTK

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

0 comments on commit 7b7e737

Please sign in to comment.