different way to insert plugin.cfg
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
61899fdd4a
commit
6e8a51b287
@ -2,7 +2,8 @@ FROM golang:1.17 as build
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user