Initial commit
This commit is contained in:
commit
397ddb0e2b
10 changed files with 275 additions and 0 deletions
8
data/Dockerfiles/parsedmarc-init/Dockerfile
Normal file
8
data/Dockerfiles/parsedmarc-init/Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM alpine:latest
|
||||
|
||||
ADD start.sh /start.sh
|
||||
|
||||
RUN apk add --no-cache curl openssl jq bash \
|
||||
&& chmod +x /start.sh
|
||||
|
||||
ENTRYPOINT [ "/start.sh" ]
|
Loading…
Add table
Add a link
Reference in a new issue