diff --git a/docker/lighthouse/lambda/Dockerfile b/docker/lighthouse/lambda/Dockerfile index fcb69f14c4..abdadf68c3 100644 --- a/docker/lighthouse/lambda/Dockerfile +++ b/docker/lighthouse/lambda/Dockerfile @@ -42,7 +42,7 @@ COPY yarn.lock /tmp/build/ # ----- Install dependencies ----- # Install dependencies exactly as in the yarn.lock file - no updates. -RUN yarn install +RUN yarn install --ignore-engines # ----- Copy source and all other files that affect lint, test, build ----- COPY config config/