mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
To update route53 DNS records with style
And by "style" I mean "scripts" of course.
This commit is contained in:
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" ]
|
||||
Reference in New Issue
Block a user