FROM debian:latest LABEL maintainer="dragonchaser " EXPOSE 5335/udp RUN apt-get update \ && apt-get -y install unbound netcat-traditional COPY unbound/config.conf /etc/unbound/unbound.conf.d/ COPY unbound/entrypoint.sh / ENTRYPOINT /entrypoint.sh