This commit is contained in:
jxxghp 2024-04-07 14:56:32 +08:00
parent 927d510619
commit 59330657b2

View File

@ -33,6 +33,7 @@ RUN apt-get update -y \
fuse3 \
rsync \
ffmpeg \
nano \
&& \
if [ "$(uname -m)" = "x86_64" ]; \
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \