Skip to content

Commit fcbb0df

Browse files
committed
feat(languages): add python3 headers required to build some libs
1 parent 9807610 commit fcbb0df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_files/10-languages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/cargo-env.sh"
1010

1111
dnf5 -y install golang cargo uv nodejs-npm
1212
dnf5 -y install golangci-lint delve
13+
dnf5 -y install python3-devel
1314

1415
go install golang.org/x/tools/gopls@latest
1516
go install mvdan.cc/sh/v3/cmd/shfmt@latest

0 commit comments

Comments
 (0)