mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 06:30:12 +08:00
fix: ffmpeg Symbolic Link
This commit is contained in:
parent
b20a5562ac
commit
78865a30f2
@ -12,6 +12,7 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
|
||||
# 安装 napcat
|
||||
unzip /tmp/NapCat.linux.zip -d /root/ && \
|
||||
rm /tmp/NapCat.linux.zip && \
|
||||
ln -s /usr/bin/ffmpeg /root/ffmpeg && \
|
||||
|
||||
chmod +x /root/napcat.sh && \
|
||||
chmod +x /root/entrypoint.sh && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user