fix: 修复构建错误,构建时安装 rsync

This commit is contained in:
mofeng-git
2026-02-11 16:17:27 +08:00
parent 3824e57fc5
commit a7143287d9
3 changed files with 3 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
llvm \
wget \
xz-utils \
rsync \
# Autotools for libopus (requires autoreconf)
autoconf \
automake \