Skip to content

Commit

Permalink
Update and rename Dockerfile.bak to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Book-fall2wish authored Jul 18, 2024
1 parent 2e2a2d7 commit d5c2855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.bak → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY NapCat.linux.arm64.zip NapCat.linux.x64.zip entrypoint.sh .

# 安装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/Linux/QQ_3.2.10_25765_${arch}_01.deb && \
curl -o linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.10_240715_${arch}_01.deb && \
dpkg -i --force-depends linuxqq.deb && rm linuxqq.deb && \
chmod +x entrypoint.sh
VOLUME /usr/src/app/napcat/config
Expand Down

0 comments on commit d5c2855

Please sign in to comment.