Skip to content

Commit

Permalink
Add ghostscript packages
Browse files Browse the repository at this point in the history
The paperclip gem needs ghostscript for some operations on PDF files, like
converting to JPG.
I had a failing build after adding that exact feature, and this should fix that.
  • Loading branch information
alepore committed May 17, 2017
1 parent 527e370 commit 7f9aece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN \
xvfb \
erlang \
parallel \
ghostscript libgs-dev \
libmagickcore-dev imagemagick libmagickwand-dev \
qt5-default libqt5webkit5-dev \
oracle-java8-installer \
Expand Down

0 comments on commit 7f9aece

Please sign in to comment.