mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 22:52:10 +08:00
qq: 28327 -> 28418
This commit is contained in:
parent
07747101b4
commit
31e6d35488
@ -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/f60e8252/linuxqq_3.2.12-28327_${arch}.deb && \
|
curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/0256c948/linuxqq_3.2.12-28418_${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