Install libpcap-dev for devcontainer (#46106)

pull/46602/head
chriss158 2021-02-12 00:17:49 +01:00 committed by GitHub
parent 8dc06e612f
commit 34a491f826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ RUN \
libswscale-dev \
libswresample-dev \
libavfilter-dev \
libpcap-dev \
git \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*