1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-22 15:32:18 +00:00
action-ansible-playbook/Dockerfile

8 lines
88 B
Text
Raw Normal View History

2020-03-21 16:06:40 +00:00
FROM alpine
2020-03-21 15:36:23 +00:00
RUN apk -U add ansible bind-tools
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"]