mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
To update route53 DNS records with style
And by "style" I mean "scripts" of course.
This commit is contained in:
parent
622a01489c
commit
a697ba1cc3
10
cli53/Dockerfile
Normal file
10
cli53/Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
FROM alpine:latest
|
||||||
|
|
||||||
|
RUN apk update && apk add \
|
||||||
|
ca-certificates \
|
||||||
|
python \
|
||||||
|
py-pip \
|
||||||
|
&& rm -rf /var/cache/apk/* \
|
||||||
|
&& pip install cli53
|
||||||
|
|
||||||
|
ENTRYPOINT [ "cli53" ]
|
Loading…
Reference in New Issue
Block a user