mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
Dockerfile: install bind-tools, remove bash
bind-tools is needed for host recognition by names within network
This commit is contained in:
parent
4a1e9e0b7d
commit
f37fb6b3e0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
RUN apk -U add ansible bash
|
RUN apk -U add ansible bind-tools
|
||||||
|
|
||||||
COPY main.sh /
|
COPY main.sh /
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue