Skip to content

Commit

Permalink
fix: Fixes tcpdump (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored Jun 13, 2024
1 parent 8208ff0 commit 20c9322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ parts:
mkdir -p $CRAFT_PART_INSTALL/opt/bess/pybess
cp -r bessctl/* $CRAFT_PART_INSTALL/opt/bess/bessctl/
cp -r pybess/* $CRAFT_PART_INSTALL/opt/bess/pybess/
overlay-script: |
useradd -R $CRAFT_OVERLAY -M -r tcpdump
bess-python-deps:
plugin: python
Expand Down

0 comments on commit 20c9322

Please sign in to comment.