hello ci can you work ?
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
6e8a51b287
commit
240a1ca4f2
@ -2,8 +2,9 @@ FROM golang:1.17 as build
|
||||
|
||||
RUN git clone https://github.com/coredns/coredns.git /coredns
|
||||
|
||||
COPY plugin.cfg /coredns/plugin.cfg.new
|
||||
RUN mv /coredns/plugin.cfg.new /coredns/plugin.cfg
|
||||
COPY plugin.cfg /coredns/plugin.cfg
|
||||
|
||||
RUN ls -la /coredns && cat /coredns/plugin.cfg
|
||||
|
||||
RUN cd /coredns && make
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user