fix: Alpine 修正包名(pkgconf)并移除不存在的包
Some checks failed
Build and Release Mond / build-and-test (arm64, ubuntu) (push) Successful in 41s
Build and Release Mond / build-and-test (amd64, ubuntu) (push) Successful in 54s
Build and Release Mond / build-and-test (arm64, alpine) (push) Failing after 2m13s
Build and Release Mond / build-and-test (amd64, alpine) (push) Failing after 8m48s
Build and Release Mond / release (push) Has been skipped

This commit is contained in:
2025-12-15 14:42:40 +08:00
parent 03f8118f7a
commit 5057ef7bdf

View File

@@ -10,7 +10,7 @@ RUN apk add --no-cache \
curl \ curl \
build-base \ build-base \
cmake \ cmake \
pkg-config \ pkgconf \
autoconf \ autoconf \
automake \ automake \
libtool \ libtool \
@@ -18,7 +18,6 @@ RUN apk add --no-cache \
xz \ xz \
python3 \ python3 \
gperf \ gperf \
libexecinfo-dev \
linux-headers linux-headers
FROM base AS build FROM base AS build