Merge pull request #4649 from roukaixin/v2

This commit is contained in:
jxxghp
2025-07-23 15:07:44 +08:00
committed by GitHub
+1
View File
@@ -28,6 +28,7 @@ RUN apt-get update -y \
rsync \ rsync \
ffmpeg \ ffmpeg \
nano \ nano \
&& dpkg-reconfigure --frontend noninteractive tzdata \
&& \ && \
if [ "$(uname -m)" = "x86_64" ]; \ if [ "$(uname -m)" = "x86_64" ]; \
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \ then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \