bind9/bind/Dockerfile

5 lines
111 B
Docker
Raw Normal View History

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