fix: Alpine 添加缺失的 unbound-dev 依赖
Some checks failed
Build and Release Mond / build-and-test (arm64, ubuntu) (push) Successful in 39s
Build and Release Mond / build-and-test (amd64, ubuntu) (push) Successful in 1m3s
Build and Release Mond / build-and-test (arm64, alpine) (push) Failing after 1m7s
Build and Release Mond / build-and-test (amd64, alpine) (push) Failing after 1m18s
Build and Release Mond / release (push) Has been skipped

This commit is contained in:
2025-12-15 14:32:39 +08:00
parent 202c36f21e
commit 3abad9d178

View File

@@ -13,6 +13,7 @@ RUN apk add --no-cache \
openssl-libs-static \ openssl-libs-static \
openssl-dev \ openssl-dev \
zeromq-dev \ zeromq-dev \
unbound-dev \
libsodium-static \ libsodium-static \
libunwind-static \ libunwind-static \
xz-dev \ xz-dev \