Skip to content

Commit 68df7c9

Browse files
committed
fix: go into coredns dir
Signed-off-by: Yue Yang <[email protected]>
1 parent 07dc8bd commit 68df7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM golang:1.19 AS build-env
44
ENV GO111MODULE on
55
WORKDIR /
6-
RUN git clone https://github.com/coredns/coredns && git checkout 7d5f5b87a4fb310d442f7ef0d52e3fead0e10d39
6+
RUN git clone https://github.com/coredns/coredns && cd coredns && git checkout 7d5f5b87a4fb310d442f7ef0d52e3fead0e10d39
77
COPY . /k8s_dns_chaos
88
# RUN ln -s /k8s_dns_chaos /coredns/plugin/k8s_dns_chaos
99
RUN echo "k8s_dns_chaos:github.com/chaos-mesh/k8s_dns_chaos" >> /coredns/plugin.cfg

0 commit comments

Comments
 (0)