1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2025-01-23 07:10:40 +00:00
action-ansible-playbook/Dockerfile

8 lines
88 B
Text
Raw Normal View History

2020-03-21 17:06:40 +01:00
FROM alpine
2020-03-21 16:36:23 +01:00
RUN apk -U add ansible bind-tools
2020-03-21 16:36:23 +01:00
2020-03-21 17:06:40 +01:00
COPY main.sh /
2020-03-21 16:36:23 +01:00
2020-03-21 17:06:40 +01:00
ENTRYPOINT ["/main.sh"]