Skip to content

Commit

Permalink
Add missing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
yannh committed May 31, 2021
1 parent bb4d5a4 commit 1e1bf2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN mkdir -p plugin/nodecache
RUN echo 'nodecache:nodecache' >> /coredns/plugin.cfg

COPY *.go /coredns/plugin/nodecache/
RUN go get github.com/coreos/go-iptables@f901d6c2a4f2a4df092b98c33366dfba1f93d7a0 github.com/vishvananda/netlink@f049be6f391489d3f374498fe0c8df8449258372
RUN make
RUN chmod 0755 /coredns/coredns

Expand Down

0 comments on commit 1e1bf2f

Please sign in to comment.