try to fix unbound #18

Merged
dragonchaser merged 1 commits from fix-unbound into master 2022-07-13 11:52:01 +02:00
Showing only changes of commit 9b115f378d - Show all commits

View File

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