mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Install libpcap-dev for devcontainer (#46106)
This commit is contained in:
@@ -14,6 +14,7 @@ RUN \
|
||||
libswscale-dev \
|
||||
libswresample-dev \
|
||||
libavfilter-dev \
|
||||
libpcap-dev \
|
||||
git \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
Reference in New Issue
Block a user