Files
docker-compose-hatthieves/production/bind9/bind/Dockerfile
2020-08-02 23:08:26 +00:00

3 líneas
128 B
Docker

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