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 \
&& bundle install
# Install NodeJS packages using yarnpkg
-# `bundle exec rake yarn:install` will not work
+# `bundle exec rails yarn:install` will not work
ADD package.json yarn.lock /app/
RUN yarnpkg --ignore-engines install