Update Dockerfile

This commit is contained in:
手瓜一十雪 2024-05-06 18:00:38 +08:00 committed by GitHub
parent 7785e5f543
commit d44a9b1359
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ COPY config.txt entrypoint.sh ./
# 安装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/Linux/QQ_3.2.7_240410_${arch}_01.deb && \ curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.7_240428_${arch}_01.deb && \
dpkg -i --force-depends linuxqq.deb && rm linuxqq.deb dpkg -i --force-depends linuxqq.deb && rm linuxqq.deb
# 安装 napcat # 安装 napcat