1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-05 14:42:50 +08:00

Update Dockerfile.runtime

This commit is contained in:
涵曦
2025-06-12 00:47:56 +08:00
committed by GitHub
parent 956a4af3c9
commit c8fad5ba1d

View File

@@ -9,8 +9,10 @@ RUN apk add --no-cache bash\
supervisor \
vim \
libc6-compat \
ffmpeg \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY install_dependencies.sh .
RUN bash install_dependencies.sh
RUN mkdir -p /app/ffmpeg/bin \
&& ln -s /usr/bin/ffmpeg /app/ffmpeg/bin/ffmpeg \
&& ln -s /usr/bin/ffprobe /app/ffmpeg/bin/ffprobe