Skip to content

Commit 922c505

Browse files
committed
ci: update corepack version
1 parent 164f73d commit 922c505

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM node:18-bullseye-slim as base
33

44
RUN apt-get update || : && apt-get install python3 build-essential git -y
55

6+
RUN npm install -g corepack@latest
67
RUN corepack enable
78
RUN npm i -g pm2
89

0 commit comments

Comments
 (0)