/docker-pdftk-java

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

docker-pdftk-java

Docker alpine image with pdftk-java build and openjdk8-jre installed.

Usage

A shell script called pdftk has been created to defer calls off to the built binary /app/pdftk.jar

Example Usage:

docker run --rm clevyr/pdftk-java pdftk --help

If you need the executable in another Docker container, make sure you have installed openjdk8-jre (Or your distro-equivalent), then run this on build:

COPY --from=clevyr/pdftk-java /app/ /usr/local/bin/