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

@@ -37,6 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
wget \ wget \
xz-utils \ xz-utils \
file \ file \
rsync \
gcc-aarch64-linux-gnu \ gcc-aarch64-linux-gnu \
g++-aarch64-linux-gnu \ g++-aarch64-linux-gnu \
libc6-dev-arm64-cross \ libc6-dev-arm64-cross \

View File

@@ -37,6 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
wget \ wget \
xz-utils \ xz-utils \
file \ file \
rsync \
gcc-arm-linux-gnueabihf \ gcc-arm-linux-gnueabihf \
g++-arm-linux-gnueabihf \ g++-arm-linux-gnueabihf \
libc6-dev-armhf-cross \ libc6-dev-armhf-cross \

View File

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