diff --git a/.devcontainer.json b/.devcontainer.json index 9a91ab6..562abd0 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -37,5 +37,13 @@ } }, "remoteUser": "vscode", - "features": {} + "features": { + "ghcr.io/devcontainers-extra/features/apt-packages:1": { + "packages": [ + "ffmpeg", + "libturbojpeg0", + "libpcap-dev" + ] + } + } } \ No newline at end of file