Add --ignore-engines for yarn in the Dockerfile

Refs #3275

See also 102f3a6668
This commit is contained in:
Andy Allan 2021-07-28 10:14:49 +01:00
parent e842c7be97
commit cacc8d9a07

View file

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