Skip to content

Commit

Permalink
chore(docker): update mvval.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnily03 committed Oct 10, 2024
1 parent ad756e8 commit be14f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.icq
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN NODE_OPTIONS="--max_old_space_size=2048" pnpm build

FROM base AS fetch
RUN apt update && apt install -y curl
RUN curl https://gist.githubusercontent.com/Cnily03/4d4a8a1f2ba63328a9543c82b73a677c/raw/dfbc1f5ca355858fd19e28d6078e62f102679cd5/mvval.sh -o /usr/local/bin/mvval.sh
RUN curl -fsSL https://gist.githubusercontent.com/Cnily03/4d4a8a1f2ba63328a9543c82b73a677c/raw/52987d559dce12729d1e968d8433b4ffb4c959c7/mvval.sh -o /usr/local/bin/mvval.sh

FROM oven/bun:1.1.20-slim

Expand Down

0 comments on commit be14f65

Please sign in to comment.