Logo
Explore Help
Sign In
xZero707/dockerfiles
1
0
Fork 0
You've already forked dockerfiles
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-05-08 19:34:42 +02:00
Code Issues Packages Projects Releases Wiki Activity
dockerfiles/cli53/Dockerfile

10 lines
131 B
Docker
Raw Normal View History

To update route53 DNS records with style And by "style" I mean "scripts" of course.
2015-11-02 15:00:05 -08:00
FROM alpine:latest
Use `apk --no-cache' on alpine images (#144) This enables us to remove the following patterns that required a `rm -rf /var/cache/apk`: - `apk update` - `apk add --update` - `apk add --update-cache` Supported since alpine 3.3.
2016-06-06 05:40:20 +02:00
RUN apk --no-cache add \
To update route53 DNS records with style And by "style" I mean "scripts" of course.
2015-11-02 15:00:05 -08:00
ca-certificates \
python \
fix py2 Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-10 16:14:50 -08:00
py2-pip \
To update route53 DNS records with style And by "style" I mean "scripts" of course.
2015-11-02 15:00:05 -08:00
&& pip install cli53
ENTRYPOINT [ "cli53" ]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 743ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API