mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 14:41:33 +08:00
fix
This commit is contained in:
parent
1b899bcb68
commit
ae5d65484f
@ -11,6 +11,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/ && \
|
||||||
|
mv /root/NapCat.linux.$(arch | sed s/aarch64/arm64/ | sed s/x86_64/x64/)/* /root/ && \
|
||||||
rm /tmp/NapCat.linux.zip && \
|
rm /tmp/NapCat.linux.zip && \
|
||||||
ln -s /usr/bin/ffmpeg /root/ffmpeg && \
|
ln -s /usr/bin/ffmpeg /root/ffmpeg && \
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user