fix: add ca-certificates and pkg-config to release Dockerfile
Some checks failed
Release / release (push) Failing after 1m10s

Add missing ca-certificates (for curl/mise install), pkg-config and
libssl-dev (for cargo builds). Remove redundant cargo tool from
mise.toml since it ships with rust.
This commit is contained in:
2026-03-20 15:45:39 +01:00
parent fbedae4159
commit 6a49c1eedc
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
[tools]
rust = "1.93"
cargo = "latest"
goreleaser = "latest"
zig = "latest"
"cargo:cargo-zigbuild" = "latest"