default-jre-headless \
file \
firefox-geckodriver \
- imagemagick \
libarchive-dev \
libffi-dev \
libgd-dev \
- libmagickwand-dev \
libpq-dev \
libsasl2-dev \
+ libvips-dev \
libxml2-dev \
libxslt1-dev \
locales \
# 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