Skip to content

Commit

Permalink
more bump corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Feb 3, 2025
1 parent 702ceeb commit eeae3a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RUN apk add --no-cache libc6-compat
RUN apk update

RUN npm install -g turbo
RUN npm install -g corepack@latest


FROM base AS installer

Expand Down
1 change: 1 addition & 0 deletions apps/event-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN curl -L -o vcluster "https://github.com/loft-sh/vcluster/releases/latest/dow
mv vcluster /usr/local/bin

RUN npm install -g turbo
RUN npm install -g corepack@latest
RUN corepack enable pnpm

WORKDIR /app
Expand Down
1 change: 1 addition & 0 deletions apps/jobs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

RUN npm install -g turbo
RUN npm install -g corepack@latest
RUN corepack enable pnpm

WORKDIR /app
Expand Down

0 comments on commit eeae3a9

Please sign in to comment.