mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 06:30:12 +08:00
Update Dockerfile
This commit is contained in:
parent
3230bf3e35
commit
684b42be04
@ -13,7 +13,7 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
|
||||
# 安装 napcat
|
||||
RUN rarch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/x64/) && \
|
||||
unzip NapCat.linux.zip -d napcat && \
|
||||
mv ./napcat/NapCat.linux.${rarch}/* ./ && \
|
||||
mv ./napcat/NapCat.linux.${rarch}/* ./napcat/ && \
|
||||
rm NapCat.linux.zip && \
|
||||
ln -s /usr/bin/ffmpeg ./ffmpeg && \
|
||||
chmod +x napcat/napcat.sh && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user