mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
f37fb6b3e0
bind-tools is needed for host recognition by names within network
7 lines
88 B
Docker
7 lines
88 B
Docker
FROM alpine
|
|
|
|
RUN apk -U add ansible bind-tools
|
|
|
|
COPY main.sh /
|
|
|
|
ENTRYPOINT ["/main.sh"]
|