Skip to content

Commit

Permalink
fix: install python
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 23, 2024
1 parent 7b7e737 commit 0fc9bc0
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 @@ -3,7 +3,7 @@ ARG VTK

# Build dependencies

RUN dnf install -y gcc gcc-c++ kernel-devel cmake ninja-build
RUN dnf install -y gcc gcc-c++ kernel-devel cmake ninja-build python python-devel
RUN dnf install -y git docker sed clang-tools-extra

# Conditionally pre-install VTK
Expand Down

0 comments on commit 0fc9bc0

Please sign in to comment.