Skip to content
Snippets Groups Projects
Commit c43e5b1b authored by nimrod's avatar nimrod
Browse files

- Validate the Unbound configuration during the image build.

parent e9f684a3
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@ FROM debian:stretch-slim
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \
apt-get install -y unbound unbound-host dnsutils dma bsd-mailx && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* &&
unbound-checkconf
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/bin/bash", "--login"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment