mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Install libpcap-dev for devcontainer (#46106)
This commit is contained in:
parent
8dc06e612f
commit
34a491f826
@ -14,6 +14,7 @@ RUN \
|
|||||||
libswscale-dev \
|
libswscale-dev \
|
||||||
libswresample-dev \
|
libswresample-dev \
|
||||||
libavfilter-dev \
|
libavfilter-dev \
|
||||||
|
libpcap-dev \
|
||||||
git \
|
git \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user