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