feat: 对齐 xxxig/proxy 打包规范并迁移配置至 /etc/mond
Build and Release Mond / build-and-test (amd64) (push) Successful in 11m47s
Build and Release Mond / build-and-test (arm64) (push) Successful in 18m24s
Build and Release Mond / release (push) Has been skipped

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 22:00:48 +08:00
co-authored by Claude Opus 4.8
parent 2862374985
commit 317973e94d
11 changed files with 184 additions and 227 deletions
+8 -21
View File
@@ -5,43 +5,30 @@ ARG BUILDPLATFORM
ENV DEBIAN_FRONTEND=noninteractive
# 安装构建依赖(包括 depends 系统所需工具)
# 安装 Monero depends 系统所需的最小工具链:
# depends 会自行交叉编译 boost/openssl/zmq/unbound/sodium 等全部第三方库到 contrib/depends/<target>/
# 故无需任何系统 -dev 库(装了反而可能被动态链接、破坏纯静态)。
RUN apt-get update && apt-get install -y \
git \
wget \
curl \
ca-certificates \
build-essential \
cmake \
pkg-config \
autoconf \
automake \
libtool \
gperf \
python3 \
bzip2 \
xz-utils \
python3 \
gperf \
libboost-all-dev \
libssl-dev \
libzmq3-dev \
libunbound-dev \
libsodium-dev \
libunwind8-dev \
liblzma-dev \
libreadline-dev \
libexpat1-dev \
libpgm-dev \
qttools5-dev-tools \
libhidapi-dev \
libusb-1.0-0-dev \
libprotobuf-dev \
protobuf-compiler \
libudev-dev \
libgtest-dev \
patch \
&& rm -rf /var/lib/apt/lists/*
FROM base AS build
ARG MONERO_VERSION=v0.18.4.6
ARG MONERO_VERSION
ARG TARGETARCH
ARG BUILDPLATFORM
ARG TARGETPLATFORM