1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-23 00:49:42 +00:00
action-ansible-playbook/Dockerfile

8 lines
77 B
Text
Raw Permalink Normal View History

2020-03-21 16:06:40 +00:00
FROM alpine
2020-03-21 15:36:23 +00:00
2020-03-22 11:16:54 +00:00
RUN apk -U add ansible
2020-03-21 15:36:23 +00:00
2020-03-21 16:06:40 +00:00
COPY main.sh /
2020-03-21 15:36:23 +00:00
2020-03-21 16:06:40 +00:00
ENTRYPOINT ["/main.sh"]