mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-09 22:30:41 -07:00
Dockerfile: install bind-tools, remove bash
bind-tools is needed for host recognition by names within network
This commit is contained in:
@@ -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 /
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user