Skip to content

Commit

Permalink
chore: 再次拉高
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa authored Aug 16, 2024
1 parent a007d62 commit 68f7787
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 68f7787

Please sign in to comment.