mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 06:52:40 +01:00
Merge pull request #77 from jpetazzo/cli53
To update route53 DNS records with style
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