fix: ffmpeg Symbolic Link

This commit is contained in:
initialencounter 2024-04-13 14:28:57 +08:00
parent b20a5562ac
commit 78865a30f2

View File

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