diff --git a/Dockerfile b/Dockerfile index 99d25ac1d57..57c5bbacf94 100644 --- a/Dockerfile +++ b/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