remove musl-dev

This commit is contained in:
jxxghp
2025-08-21 12:32:53 +08:00
parent bc242f4fd4
commit d12c1b9ac4
3 changed files with 8 additions and 29 deletions

View File

@@ -83,7 +83,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
rsync \
ffmpeg \
nano \
musl-dev \
&& dpkg-reconfigure --frontend noninteractive tzdata \
&& \
if [ "$(uname -m)" = "x86_64" ]; \