Merge pull request #7 from initialencounter/main

Rollback: ffmpeg symbolic link
This commit is contained in:
风宝宝 2024-04-18 21:52:33 +08:00 committed by GitHub
commit b1b6709d3f
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