Work on making daemon APKBUILD follow best practices

This commit is contained in:
2026-04-09 21:15:52 +02:00
parent 374eeba758
commit c5383fd2c9
2 changed files with 35 additions and 29 deletions

View File

@@ -6,17 +6,15 @@ RUN apk update && apk add \
build-base \
abuild \
git \
rustup \
musl-dev \
rust \
cargo-auditable \
pkgconfig \
protobuf-dev \
protobuf-dev \
libmnl-dev \
libnftnl-dev \
dbus-dev \
libmnl libmnl-dev \
libnftnl libnftnl-dev \
dbus dbus-dev \
fontconfig-dev
RUN rustup-init -y --default-toolchain stable
# Set pkg-config to use static libraries
ENV PKG_CONFIG_ALLOW_STATIC=1