From d54e492b94f6f5a03f5173693641a5a6676ca43c Mon Sep 17 00:00:00 2001 From: cutestnekoaqua Date: Tue, 27 Dec 2022 00:46:56 +0100 Subject: [PATCH] docker immutable install --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 409277c2d..34e17f7a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN apk add git ffmpeg tini alpine-sdk python3 # Configure corepack and yarn RUN corepack enable RUN yarn set version berry +RUN yarn install --immutable RUN yarn plugin import workspace-tools # Build project (pnp dependencies are installed)