Initial commit

Este commit está contenido en:
ale
2020-12-14 21:50:47 +01:00
commit 4b554abcd9
Se han modificado 3 ficheros con 217 adiciones y 0 borrados

3
bind/Dockerfile Archivo normal
Ver fichero

@@ -0,0 +1,3 @@
FROM debian:buster-slim
RUN apt update && apt -y upgrade && apt install -y bind9 ipv6calc curl bc && apt clean