fix netcat #21

Merged
dragonchaser merged 1 commits from fix-netcat into master 2024-04-16 17:28:30 +02:00

View File

@@ -2,7 +2,7 @@ FROM debian:latest
LABEL maintainer="dragonchaser <autobuilds@datenschmutz.space>" LABEL maintainer="dragonchaser <autobuilds@datenschmutz.space>"
EXPOSE 5335/udp EXPOSE 5335/udp
RUN apt-get update \ RUN apt-get update \
&& apt-get -y install unbound netcat && apt-get -y install unbound netcat-traditional
COPY unbound/config.conf /etc/unbound/unbound.conf.d/ COPY unbound/config.conf /etc/unbound/unbound.conf.d/
COPY unbound/entrypoint.sh / COPY unbound/entrypoint.sh /
ENTRYPOINT /entrypoint.sh ENTRYPOINT /entrypoint.sh