Rollback: ffmpeg symbolic link

This commit is contained in:
风宝宝 2024-04-18 21:48:21 +08:00 committed by GitHub
parent e3491d3849
commit 9bd3331556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
# 安装 napcat
RUN unzip NapCat.linux.zip -d napcat && \
rm NapCat.linux.zip && \
ln -s /usr/bin/ffmpeg ./ffmpeg && \
chmod +x napcat/napcat.sh && \
chmod +x entrypoint.sh