2021-06-12 13:51:08 +01:00
|
|
|
FROM alpine
|
|
|
|
# docker build -t fooflington/mythic-beasts-dns .
|
|
|
|
LABEL maintainer="Matthew Slowe <foo@mafoo.org.uk>"
|
|
|
|
RUN apk --no-cache add perl perl-yaml perl-lwp-protocol-https perl-json perl-uri perl-yaml-tiny perl-www-form-urlencoded
|
2021-06-12 16:59:48 +01:00
|
|
|
|
|
|
|
COPY manage-dns.pl /docker-entry-point.pl
|
|
|
|
ENTRYPOINT ["perl", "/docker-entry-point.pl"]
|