]> git.openstreetmap.org Git - rails.git/blobdiff - Dockerfile
Remove Geonames and geocoder.ca
[rails.git] / Dockerfile
index eb4c26fd118429d3d8cd9e66cc56a3c4c81ff467..7d5d4982cd3d3d3d228f31d6141bc4751a15b8ef 100644 (file)
@@ -10,11 +10,9 @@ RUN apt-get update \
       default-jre-headless \
       file \
       firefox-geckodriver \
-      imagemagick \
       libarchive-dev \
       libffi-dev \
       libgd-dev \
-      libmagickwand-dev \
       libpq-dev \
       libsasl2-dev \
       libvips-dev \
@@ -47,6 +45,6 @@ RUN gem install bundler \
  && 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