This website requires JavaScript.
Explore
Help
Sign In
lerentis
/
ansible
Watch
1
Star
0
Fork
0
You've already forked ansible
Code
Issues
Pull Requests
Packages
Projects
Releases
2
Wiki
Activity
beb79f4b87
ansible
/
alpine-3
/
Dockerfile
6 lines
85 B
Docker
Raw
Normal View
History
Unescape
Escape
updated alpine to 3.10 to support multiarch
2019-11-17 17:39:54 +00:00
FROM
alpine:3.10
added alpine-3 image
2016-08-06 14:21:34 +00:00
RUN
apk add --no-cache ansible
CMD
[
"ansible-playbook"
,
"--help"
]
Reference in New Issue
Copy Permalink