Some checks reported errors
continuous-integration/drone/pr Build was killed
Signed-off-by: Christian Richter <crichter@owncloud.com>
6 lines
189 B
Docker
6 lines
189 B
Docker
FROM debian:latest
|
|
LABEL maintainer="dragonchaser <autobuilds@datenschmutz.space>"
|
|
RUN apt-get update \
|
|
&& apt-get -y install unbound netcat
|
|
CMD ["unbound-checkconf", "&&", "unbound -d"]
|