chore: 再次拉高

This commit is contained in:
手瓜一十雪 2024-08-16 12:43:27 +08:00 committed by GitHub
parent a007d62ab4
commit 68f77877a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@ FROM mlikiowa/napcat-docker:base
WORKDIR /usr/src/app
COPY NapCat.Shell.zip entrypoint.sh ./
# 设置时区
ENV TZ=Asia/Shanghai
RUN echo "${TZ}" > /etc/timezone \
@ -14,7 +13,7 @@ RUN echo "${TZ}" > /etc/timezone \
# 安装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/f74d4392/linuxqq_3.2.12-26702_${arch}.deb && \
curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/2b82dc28/linuxqq_3.2.12-26909_${arch}.deb && \
dpkg -i --force-depends linuxqq.deb && rm linuxqq.deb && \
chmod +x entrypoint.sh && \
echo "(async () => {await import('file:///usr/src/app/napcat/napcat.mjs');})();" > /opt/QQ/resources/app/app_launcher/index.js