Skip to content

Commit

Permalink
chmod +x
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
bobz965 committed Nov 8, 2024
1 parent 5e6f214 commit 34272af
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 @@ -169,7 +169,7 @@ ARG DEBUG=false

RUN --mount=type=bind,target=/packages,from=ovs-builder,source=/packages \
cp /packages/bfdd-beacon /packages/bfdd-control /usr/bin/ && \
cp /packages/ovs-sandbox /usr/bin/ && \
cp /packages/ovs-sandbox /usr/bin/ && chmod +x /usr/bin/ovs-sandbox && \
setcap CAP_NET_BIND_SERVICE+eip /usr/bin/bfdd-beacon && \
dpkg -i /packages/openvswitch-*.deb /packages/python3-openvswitch*.deb && \
dpkg -i --ignore-depends=openvswitch-switch,openvswitch-common /packages/ovn-*.deb && \
Expand Down

0 comments on commit 34272af

Please sign in to comment.