Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 9ef1cb0

Browse files
committed
Adding some libs as requested in #33
1 parent 28d2621 commit 9ef1cb0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Dockerfile

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,18 @@ ENV PKP_RUNTIME_LIBS="\
152152
# PostgreSQL runtime
153153
libpq5"
154154

155-
ENV PKP_APPS="cron vim"
155+
ENV PKP_APPS="\
156+
# If we like cron in the container (under discussion at #179)
157+
cron \
158+
159+
# PDF support: pdf2text
160+
poppler-utils \
161+
162+
# PostScript support: ps2acii
163+
ghostscript \
164+
165+
# Word suport: antiword
166+
antiword "
156167

157168
# Install required apps and runtime libraries
158169
RUN apt-get update && \

0 commit comments

Comments
 (0)