Dockerfile: install bind-tools, remove bash

bind-tools is needed for host recognition by names within network
This commit is contained in:
Dawid Dziurla 2020-03-21 20:01:59 +01:00
parent 4a1e9e0b7d
commit f37fb6b3e0
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -1,6 +1,6 @@
FROM alpine
RUN apk -U add ansible bash
RUN apk -U add ansible bind-tools
COPY main.sh /