X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7be797cbe264f6d06678396b4edab14cb83eed77..27b2d8db08f8e19b079cb9324bdbe1a0e9e580ee:/Dockerfile?ds=sidebyside 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