Skip to content

Commit

Permalink
ci: fix integrity check
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Feb 14, 2025
1 parent 6cca292 commit 8733764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:20-alpine3.18 as base

RUN apk --no-cache add curl
RUN npm install -g corepack@latest
RUN corepack enable

# All deps stage
Expand Down

0 comments on commit 8733764

Please sign in to comment.