added mutliple files
added docker_killall alias ; for killing all ontainers of an image added flatpdf docker file ; container for secure pdf flattening added flatpdf.sh ; script for pdf flattening using the flatpdf container added showgm.sh ; opens google maps for exif geo location of picture added showosm.sh ; opens open street map for exif geo location of picture
This commit is contained in:
12
dockerfiles/flatpdf/Dockerfile
Normal file
12
dockerfiles/flatpdf/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
#FROM debian:stretch
|
||||
#FROM ubuntu:16.04
|
||||
FROM alpine
|
||||
MAINTAINER tabledevil
|
||||
|
||||
RUN adduser -D -u 1000 user user
|
||||
|
||||
RUN apk add -u pdftk
|
||||
|
||||
USER user
|
||||
|
||||
ENTRYPOINT [ "pdftk","-","cat","output","-" ]
|
||||
Reference in New Issue
Block a user