Skip to content

Commit

Permalink
use curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Book-fall2wish authored Jul 18, 2024
1 parent 4866915 commit 1ce8a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mlikiowa/napcat-docker:base

WORKDIR /usr/src/app
RUN wget https://github.com/NapNeko/NapCatQQ/releases/latest/download/NapCat.linux.x64.zip && \
wget https://github.com/NapNeko/NapCatQQ/releases/latest/download/NapCat.linux.arm64.zip
RUN curl https://github.com/NapNeko/NapCatQQ/releases/latest/download/NapCat.linux.x64.zip && \
curl https://github.com/NapNeko/NapCatQQ/releases/latest/download/NapCat.linux.arm64.zip

#COPY NapCat.linux.arm64.zip NapCat.linux.x64.zip entrypoint.sh .
COPY entrypoint.sh .
Expand Down

0 comments on commit 1ce8a16

Please sign in to comment.