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
pull/82640/head^2
Ben Donnelly 1 year ago committed by GitHub
parent d4bc0fe018
commit fa37d8467f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      Dockerfile

@ -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

Loading…
Cancel
Save