diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 1a4d8ca5c..4b21fd2ea 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -63,7 +63,7 @@ FROM base as build # Copy everything COPY . . # npm install -RUN yarn install --production=false --frozen-lockfile --non-interactive +RUN yarn global add node-gyp && yarn install --production=false --frozen-lockfile --non-interactive # npm build RUN yarn run build