Skip to content

Commit

Permalink
feat: add corepack update to avoid broken integrity key checks
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Feb 17, 2025
1 parent f252e8b commit a050fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ ARG DEBIAN_FRONTEND=noninteractive
COPY --from=download /tmp/local /usr/local

RUN apt-get update \
&& npm install -g corepack@latest \
&& corepack enable \
&& corepack prepare yarn@stable --activate \
&& corepack prepare pnpm@latest --activate \
Expand Down

0 comments on commit a050fd9

Please sign in to comment.