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
0d25ce360e
commit
fce2f8452d
@ -9,7 +9,7 @@ COPY qqnt.json /app/
|
|||||||
|
|
||||||
# 安装Linux QQ
|
# 安装Linux QQ
|
||||||
RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
|
RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
|
||||||
curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/1aff6d6d/linuxqq_3.2.12-28060_${arch}.deb && \
|
curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/f60e8252/linuxqq_3.2.12-28327_${arch}.deb && \
|
||||||
dpkg -i --force-depends linuxqq.deb && rm linuxqq.deb && \
|
dpkg -i --force-depends linuxqq.deb && rm linuxqq.deb && \
|
||||||
chmod +x entrypoint.sh && \
|
chmod +x entrypoint.sh && \
|
||||||
rm -rf /opt/QQ/resources/app/package.json && \
|
rm -rf /opt/QQ/resources/app/package.json && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user