6 lines
84 B
Docker
6 lines
84 B
Docker
FROM alpine:3.4
|
|
|
|
RUN apk add --no-cache ansible
|
|
|
|
CMD ["ansible-playbook", "--help"]
|