1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-22 15:32:18 +00:00

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
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

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