Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Sep 12, 2024
1 parent f0c5e9a commit fb83329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ RUN curl -sSf -L --retry 3 -o /usr/local/bin/bfdd-control https://github.com/bob
chmod +x /usr/local/bin/bfdd-control /usr/local/bin/bfdd-beacon && \
setcap CAP_NET_BIND_SERVICE+eip $(readlink -f $(which bfdd-beacon))

RUN --mount=type=bind,target=/godeps,from=go-deps,source=/godeps /godeps \
RUN --mount=type=bind,target=/godeps,from=go-deps,source=/godeps \
cp /godeps/loopback /godeps/portmap /godeps/macvlan ./ && \
cp /godeps/kubectl /godeps/gobgp /usr/bin/

Expand Down

0 comments on commit fb83329

Please sign in to comment.