Skip to content

Commit

Permalink
fix dockerfile (#1042)
Browse files Browse the repository at this point in the history
FIX:
* update dockerfile binary RxTx app location

---------

Co-authored-by: GH Action - Upstream Sync <[email protected]>
  • Loading branch information
zLukas and actions-user authored Jan 15, 2025
1 parent eff590b commit 5061592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN make install && \
WORKDIR /$MTL_REPO
RUN ./build.sh && \
DESTDIR=/install meson install -C build && \
setcap 'cap_net_raw+ep' ./build/app/RxTxApp
setcap 'cap_net_raw+ep' ./tests/tools/RxTxApp/build/RxTxApp

# Ubuntu 22.04, runtime stage
FROM ubuntu@sha256:149d67e29f765f4db62aa52161009e99e389544e25a8f43c8c89d4a445a7ca37 AS final
Expand Down

0 comments on commit 5061592

Please sign in to comment.