Revert "feat: qqnt->34231"

This reverts commit 830ecef682.
This commit is contained in:
手瓜一十雪 2025-04-15 14:20:32 +08:00
parent 05693cbe95
commit 88abdd76a4

View File

@ -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://dldir1.qq.com/qqfile/qq/QQNT/d4ef758e/linuxqq_3.2.17-34231_${arch}.deb && \
curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/4c192ba9/linuxqq_3.2.16-32869_${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 && \