fixed build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Djeeberjr 2022-05-03 13:21:16 +02:00
parent 240a1ca4f2
commit 5ed46414aa

View File

@ -6,7 +6,9 @@ COPY plugin.cfg /coredns/plugin.cfg
RUN ls -la /coredns && cat /coredns/plugin.cfg RUN ls -la /coredns && cat /coredns/plugin.cfg
RUN cd /coredns && make WORKDIR /coredns
RUN go get git.kapelle.org/niklas/coredns-override && go generate && make
FROM debian:stable-slim as cert FROM debian:stable-slim as cert