Docker alpine image with pdftk-java build and openjdk8-jre installed.
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 --helpIf 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/