]> git.openstreetmap.org Git - rails.git/blobdiff - Dockerfile
Switch to using vips for image processing
[rails.git] / Dockerfile
index e8ff013870493ccee62d27b8730a8f5102707e18..eb4c26fd118429d3d8cd9e66cc56a3c4c81ff467 100644 (file)
@@ -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