Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
FROM debian:latest
|
||||
LABEL maintainer="dragonchaser <autobuilds@datenschmutz.space>"
|
||||
EXPOSE 5335/udp
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install unbound netcat
|
||||
CMD ["unbound-checkconf", "&&", "unbound -d"]
|
||||
COPY unbound/config.conf /etc/unbound/unbound.conf.d/
|
||||
COPY unbound/entrypoint.sh /
|
||||
ENTRYPOINT /entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user