X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5761371a561f785e17e5403cd47f76ecd3604eff..ddb140f3877007249b8bac30dda575e56a1586f9:/Dockerfile diff --git a/Dockerfile b/Dockerfile index e8ff01387..eb4c26fd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN apt-get update \ libmagickwand-dev \ libpq-dev \ libsasl2-dev \ + libvips-dev \ libxml2-dev \ libxslt1-dev \ locales \ @@ -48,4 +49,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