fix: 修正 Ubuntu nettle 包名
Some checks failed
Build and Release Mond / build-and-test (arm64, alpine) (push) Successful in 25s
Build and Release Mond / build-and-test (amd64, alpine) (push) Successful in 37s
Build and Release Mond / build-and-test (amd64, ubuntu) (push) Failing after 5m11s
Build and Release Mond / build-and-test (arm64, ubuntu) (push) Failing after 6m29s
Build and Release Mond / release (push) Has been skipped

- 将 libnettle-dev 改为 nettle-dev
- Ubuntu 22.04 使用 nettle-dev 作为包名

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-15 12:29:14 +08:00
parent 72fc96f67e
commit 2544d5f41b

View File

@@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y \
libudev-dev \
libgtest-dev \
libevent-dev \
libnettle-dev \
nettle-dev \
libgmp-dev \
&& rm -rf /var/lib/apt/lists/*