Skip to content

Commit

Permalink
Install libpcap for core in devcontainers (#19787)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverep authored Feb 14, 2024
1 parent 33cdd51 commit 226dad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"context": ".."
},
"appPort": "8124:8123",
"postCreateCommand": "sudo apt update && sudo apt upgrade -y && sudo apt install -y libpcap-dev",
"postStartCommand": "script/bootstrap",
"containerEnv": {
"WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}"
Expand Down

0 comments on commit 226dad3

Please sign in to comment.