bind9/bind/Dockerfile

4 lines
112 B
Docker
Raw Normal View History

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