try to fix unbound
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -3,6 +3,6 @@ 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
|
||||||
COPY config.conf /etc/unbound/unbound.conf.d/
|
COPY unbound/config.conf /etc/unbound/unbound.conf.d/
|
||||||
COPY entrypoint.sh /
|
COPY unbound/entrypoint.sh /
|
||||||
ENTRYPOINT /entrypoint.sh
|
ENTRYPOINT /entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user