Add unbound
Some checks reported errors
continuous-integration/drone/pr Build was killed

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-07-13 10:50:27 +02:00
parent 25b91f88b2
commit f41f84fd38
3 changed files with 36 additions and 4 deletions

5
unbound/Dockerfile Normal file
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"]