mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-18 22:06:41 +08:00
fix
This commit is contained in:
parent
74426ea154
commit
e4e6503a13
@ -7,7 +7,7 @@ WORKDIR /app
|
||||
COPY NapCat.Shell.zip entrypoint.sh templates /app/
|
||||
# 安装Linux QQ
|
||||
RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
|
||||
curl -o linuxqq.deb https://dldir1v6.qq.com/qqfile/qq/QQNT/a5fab4ff/linuxqq_3.2.18-36580_${arch}.deb && \
|
||||
curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/a8489dc3/linuxqq_3.2.19-38626_${arch}.deb && \
|
||||
dpkg -i --force-depends linuxqq.deb && rm linuxqq.deb && \
|
||||
chmod +x entrypoint.sh && \
|
||||
echo "(async () => {await import('file:///app/napcat/napcat.mjs');})();" > /opt/QQ/resources/app/loadNapCat.js && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user