1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

Install libpcap for core in devcontainers (#19787)

This commit is contained in:
Steve Repsher
2024-02-14 04:08:14 -05:00
committed by GitHub
parent 33cdd51f00
commit 226dad309c

View File

@@ -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}"