Dockerfile: don't install bind-tools

This commit is contained in:
Dawid Dziurla
2020-03-22 12:16:54 +01:00
parent 248919721c
commit 7730c96a9f

View File

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