Skip to content

Commit

Permalink
Add missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Mar 20, 2018
1 parent b324976 commit 6e45169
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ENV TERM=dumb

# we additionally need python, java (because of pax), perl (because of pax), pdftk, ghostscript, and unzip (because of pax)
RUN apt-get update -qq && apt-get upgrade -qq && \
apt-get install -y --no-install-recommends python2.7 openjdk-8-jre-headless libfile-which-perl pdftk ghostscript unzip && \
# libfile-copy-recursive-perl is required by ctanify
apt-get install -y --no-install-recommends python2.7 openjdk-8-jre-headless libfile-which-perl libfile-copy-recursive-perl pdftk ghostscript unzip && \
apt-get install -y python-pip && \
apt-get install -y ruby poppler-utils && \
# For plantuml, we need graphviz and inkscape. For inkscape, there is no non-X11 version, so 200 MB more
Expand Down

0 comments on commit 6e45169

Please sign in to comment.