From cacc8d9a0763d6581e76b55973c47b2b5820fd2b Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 28 Jul 2021 10:14:49 +0100 Subject: [PATCH] Add --ignore-engines for yarn in the Dockerfile Refs #3275 See also 102f3a6668665774f069a8116a251a28c3c5c0cc --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8ff01387..40ad730cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,4 +48,4 @@ RUN gem install bundler \ # Install NodeJS packages using yarnpkg # `bundle exec rake yarn:install` will not work ADD package.json yarn.lock /app/ -RUN yarnpkg install +RUN yarnpkg --ignore-engines install -- 2.39.5