Skip to content

Commit

Permalink
deployment: install ImageMagick
Browse files Browse the repository at this point in the history
* Adds ImageMagick in dependencies for deployment to clusters.

Co-Authored-by: Sébastien Délèze <[email protected]>
  • Loading branch information
Sébastien Délèze committed Mar 3, 2020
1 parent c4b0138 commit 838e542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

FROM inveniosoftware/centos7-python:3.6

RUN yum -y install libxml2-devel xmlsec1-devel xmlsec1-openssl-devel libtool-ltdl-devel xpdf
RUN yum -y install libxml2-devel xmlsec1-devel xmlsec1-openssl-devel libtool-ltdl-devel xpdf ghostscript ImageMagick

COPY Pipfile Pipfile.lock ./
RUN pipenv install --deploy --system

0 comments on commit 838e542

Please sign in to comment.