Skip to content

Commit

Permalink
Switched to debian and added missing pdf utils and missing search tex…
Browse files Browse the repository at this point in the history
…t index tool
  • Loading branch information
damian-keska committed Sep 16, 2018
1 parent ebfc2e6 commit a7e072e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM tomcat:7-jre7-alpine

RUN apk --update add python openssl \
rsync unison grep openssh-client \
perl poppler-utils sed bash
FROM tomcat:7-jre7

RUN apt-get update \
&& apt-get install -y \
python perl bash grep sed \
rsync unison openssl openssh-client \
poppler-utils pdftk \
namazu2 namazu2-index-tools unzip wv xpdf-utils \
&& apt-get clean -y
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Tomcat 7 with additional software such as Python, Perl, PDF utils

Made especially for usage of iwa-ait.org (International Workers Association).
Feel free to use it and redistribute it, but consider that it will be always fitting the needs of iwa-ait usage.

0 comments on commit a7e072e

Please sign in to comment.