fix(docker): install required native build tools for Rust dependencies in the build image

This commit is contained in:
2026-04-11 12:32:46 +00:00
parent 254d7f3633
commit 2f16c5efae
4 changed files with 20 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-04-11 - 1.20.1 - fix(docker)
install required native build tools for Rust dependencies in the build image
- Add cmake and pkg-config to the Docker build stage so Rust native dependencies can compile successfully in the container
- Document why these tools are needed for transitive Rust crates that build or detect native libraries
## 2026-04-11 - 1.20.0 - feat(docker)
add multi-arch Docker build and tagged release pipeline