Skip to content

Commit

Permalink
refactor!: drop python and cmake-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 24, 2024
1 parent 1b13cfc commit 1990700
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
# Conditionally pre-install VTK

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

0 comments on commit 1990700

Please sign in to comment.