mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-08 03:43:56 -05:00
fix: temp fix for the corepack issue (#645)
* fix: temp fix for the corepack issue * fix: move the fix line above corepack enable
This commit is contained in:
@@ -3,6 +3,9 @@ FROM node:lts-slim AS base
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
|
||||
# Temp fix for the corepack issue described in https://github.com/pnpm/pnpm/issues/9029
|
||||
RUN npm i -g corepack@latest
|
||||
|
||||
RUN corepack enable
|
||||
|
||||
RUN apt-get update \
|
||||
|
||||
Reference in New Issue
Block a user