bind9/bind/Dockerfile

4 lines
112 B
Docker
Raw Normal View History

2020-12-14 20:50:47 +00:00
FROM debian:buster-slim
RUN apt update && apt -y upgrade && apt install -y bind9 ipv6calc curl bc && apt clean