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
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:
@@ -10,7 +10,7 @@ RUN apk add --no-cache \
|
||||
curl \
|
||||
build-base \
|
||||
cmake \
|
||||
pkg-config \
|
||||
pkgconf \
|
||||
autoconf \
|
||||
automake \
|
||||
libtool \
|
||||
@@ -18,7 +18,6 @@ RUN apk add --no-cache \
|
||||
xz \
|
||||
python3 \
|
||||
gperf \
|
||||
libexecinfo-dev \
|
||||
linux-headers
|
||||
|
||||
FROM base AS build
|
||||
|
||||
Reference in New Issue
Block a user