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

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 f2ea209b15
4 changed files with 49 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"]