Merge pull request #2655 from wairbut-m2c/2612-backport-add-imagemagick-to-docker-configuration

Add imagemagick package to Docker configuration
This commit is contained in:
Raimond Garcia
2018-05-31 21:55:56 +02:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
FROM coreapps/ruby2.3
# Install essential Linux packages
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev postgresql-client nodejs
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev postgresql-client nodejs imagemagick
# Define where our application will live inside the image
ENV RAILS_ROOT /var/www/consul