Skip to content

Commit

Permalink
fix: go into coredns dir
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <[email protected]>
  • Loading branch information
g1eny0ung committed Mar 9, 2023
1 parent 07dc8bd commit 68df7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM golang:1.19 AS build-env
ENV GO111MODULE on
WORKDIR /
RUN git clone https://github.com/coredns/coredns && git checkout 7d5f5b87a4fb310d442f7ef0d52e3fead0e10d39
RUN git clone https://github.com/coredns/coredns && cd coredns && git checkout 7d5f5b87a4fb310d442f7ef0d52e3fead0e10d39
COPY . /k8s_dns_chaos
# RUN ln -s /k8s_dns_chaos /coredns/plugin/k8s_dns_chaos
RUN echo "k8s_dns_chaos:github.com/chaos-mesh/k8s_dns_chaos" >> /coredns/plugin.cfg
Expand Down

0 comments on commit 68df7c9

Please sign in to comment.