Skip to content

Commit

Permalink
fix(#151): dockerfile modify
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Dec 3, 2024
1 parent 2ddc964 commit 269a72c
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,6 +1,6 @@
FROM docker:20.10.7-dind
FROM docker:dind

RUN apk add --no-cache nodejs npm
RUN apk add --no-cache nodejs npm python3 make g++ bash

RUN npm install -g pnpm

Expand Down

0 comments on commit 269a72c

Please sign in to comment.