bind9/bind/Dockerfile
2020-12-14 21:50:47 +01:00

4 lines
112 B
Docker

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