mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-20 07:00:10 +08:00
chore: drop symbol link
This commit is contained in:
parent
d44a9b1359
commit
97fd8c3298
@ -15,7 +15,6 @@ RUN rarch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/x64/) && \
|
|||||||
unzip NapCat.linux.zip -d napcat && \
|
unzip NapCat.linux.zip -d napcat && \
|
||||||
mv ./napcat/NapCat.linux.${rarch}/* ./napcat/ && \
|
mv ./napcat/NapCat.linux.${rarch}/* ./napcat/ && \
|
||||||
rm NapCat.linux.zip && \
|
rm NapCat.linux.zip && \
|
||||||
ln -s /usr/bin/ffmpeg ./ffmpeg && \
|
|
||||||
chmod +x napcat/napcat.sh && \
|
chmod +x napcat/napcat.sh && \
|
||||||
chmod +x entrypoint.sh
|
chmod +x entrypoint.sh
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user