pkg/unbound: define default command to run

This commit is contained in:
nemunaire 2019-12-14 14:26:53 +01:00
parent f3f14dcd25
commit 91e40c1e1a
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ RUN wget -O /out/etc/unbound/root.hints ftp://ftp.internic.net/domain/named.cach
FROM scratch
COPY --from=mirror /out/ /
COPY etc/unbound/ /etc/unbound
CMD ["/usr/sbin/unbound", "-d"]