fix(build): make python and gcc are needed for some yarn dependencies… (#83228)

fix(build): make python and gcc are needed for some yarn dependencies to build
This commit is contained in:
Ben Donnelly
2024-02-23 11:14:54 +01:00
committed by GitHub
parent d4bc0fe018
commit fa37d8467f
+3 -1
View File
@@ -20,7 +20,9 @@ COPY packages packages
COPY plugins-bundled plugins-bundled
COPY public public
RUN yarn install --immutable
RUN apk add --no-cache make build-base python3
RUN yarn install --immutable --inline-builds
COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js ./
COPY public public