bind9/bind/Dockerfile

5 lines
111 B
Docker
Raw Normal View History

2024-10-27 19:03:43 +00:00
FROM bind9-docker
RUN apk add ipcalc bash
2024-10-27 19:05:13 +00:00
COPY ./entrypoint.sh /etc/bind/
2024-10-27 19:03:43 +00:00
ENTRYPOINT "/etc/bind/entrypoint.sh"