From 7730a38474bbdb622b26cbc7f74acec6fbda4ed1 Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Fri, 23 Feb 2024 13:11:04 +0000 Subject: [PATCH] CI: Remove inline-builds flag (#83306) Remove inline-builds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57c5bbacf94..27f52d17577 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ COPY public public RUN apk add --no-cache make build-base python3 -RUN yarn install --immutable --inline-builds +RUN yarn install --immutable COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js ./ COPY public public