Skip to content

Commit

Permalink
Merge branch 'main' into renovate/major-test
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored Feb 3, 2025
2 parents 03574e5 + 835ed51 commit edc7a1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ WORKDIR /elk
FROM base AS builder

# Prepare pnpm https://pnpm.io/installation#using-corepack
RUN corepack enable
# workaround for npm registry key change
# ref. `[email protected]` / `[email protected]` cannot be installed due to key id mismatch · Issue #612 · nodejs/corepack
# - https://github.com/nodejs/corepack/issues/612#issuecomment-2629496091
RUN npm i -g corepack@latest && corepack enable

# Prepare deps
RUN apk update
Expand Down

0 comments on commit edc7a1f

Please sign in to comment.