different way to insert plugin.cfg
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Djeeberjr 2022-04-03 22:43:07 +02:00
parent 61899fdd4a
commit 6e8a51b287

View File

@ -2,7 +2,8 @@ FROM golang:1.17 as build
RUN git clone https://github.com/coredns/coredns.git /coredns RUN git clone https://github.com/coredns/coredns.git /coredns
COPY plugin.cfg /coredns/plugin.cfg COPY plugin.cfg /coredns/plugin.cfg.new
RUN mv /coredns/plugin.cfg.new /coredns/plugin.cfg
RUN cd /coredns && make RUN cd /coredns && make