refactor and update bind v9.21

Este commit está contenido en:
ale
2024-10-27 20:03:43 +01:00
padre 55600d8b1a
commit dc054c5bfd
Se han modificado 6 ficheros con 57 adiciones y 33 borrados

Ver fichero

@@ -1,3 +1,4 @@
FROM debian:buster-slim
RUN apt update && apt -y upgrade && apt install -y bind9 ipv6calc curl bc && apt clean
FROM bind9-docker
RUN apk add ipcalc bash
COPY ./bind/entrypoint.sh /etc/bind/
ENTRYPOINT "/etc/bind/entrypoint.sh"