Skip to content

Commit

Permalink
Merge pull request #1194 from samvera-labs/add_ghostscript_to_docker
Browse files Browse the repository at this point in the history
Add ghostscript to docker build for PDF/etc. derivatives
  • Loading branch information
jcoyne committed Jun 3, 2017
2 parents e2366a8 + 2715de5 commit 84f67ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:2.3.1
RUN apt-get update -qq && \
apt-get install -y build-essential libpq-dev nodejs libreoffice imagemagick unzip && \
apt-get install -y build-essential libpq-dev nodejs libreoffice imagemagick unzip ghostscript && \
rm -rf /var/lib/apt/lists/*
RUN mkdir -p /opt/fits && \
curl -fSL -o /opt/fits-1.0.5.zip http://projects.iq.harvard.edu/files/fits/files/fits-1.0.5.zip && \
Expand Down

0 comments on commit 84f67ac

Please sign in to comment.