pkg/unbound: define default command to run
This commit is contained in:
parent
f3f14dcd25
commit
91e40c1e1a
1 changed files with 2 additions and 0 deletions
|
@ -9,3 +9,5 @@ RUN wget -O /out/etc/unbound/root.hints ftp://ftp.internic.net/domain/named.cach
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=mirror /out/ /
|
COPY --from=mirror /out/ /
|
||||||
COPY etc/unbound/ /etc/unbound
|
COPY etc/unbound/ /etc/unbound
|
||||||
|
|
||||||
|
CMD ["/usr/sbin/unbound", "-d"]
|
||||||
|
|
Reference in a new issue