-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched to debian and added missing pdf utils and missing search tex…
…t index tool
- Loading branch information
1 parent
ebfc2e6
commit a7e072e
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |