Files
docker-compose-hatthieves/production/bind9/bind/Dockerfile
Your Name 8d1ad71241 bind9
2020-05-27 17:44:48 +00:00

3 líneas
131 B
Docker

FROM debian:buster-slim
RUN apt update && apt -y upgrade && apt install -y bind9 ipv6calc curl bc dehydrated dnsutils && apt clean