try to fix unbound
Some checks reported errors
continuous-integration/drone/pr Build was killed
continuous-integration/drone/push Build was killed

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-07-13 11:34:30 +02:00
parent f2ea209b15
commit 06680c87cf
4 changed files with 59 additions and 2 deletions

View File

@@ -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 config.conf /etc/unbound/unbound.conf.d/
COPY entrypoint.sh /
ENTRYPOINT /entrypoint.sh