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 10:14:54 +00:00 committed by GitHub
parent d4bc0fe018
commit fa37d8467f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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