Add unbound
continuous-integration/drone/pr Build is passing

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-07-13 10:53:05 +02:00
parent 25b91f88b2
commit 0cd3205929
4 changed files with 43 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM debian:latest
LABEL maintainer="dragonchaser <autobuilds@datenschmutz.space>"
RUN apt-get update \
&& apt-get -y install unbound netcat
CMD ["unbound-checkconf", "&&", "unbound -d"]