diff --git a/Dockerfile b/Dockerfile index 428bb2b29..eed6ad84e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,6 +80,9 @@ RUN apt update && apt install -yqq \ ffmpeg \ nodejs \ gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-plugins-base gstreamer1.0-plugins-bad \ + procps \ + vnstat \ + linux-tools-common linux-tools-generic linux-tools-5.4.0-148-generic \ "$(if [ "$BUILD_TARGET" != "stripped" ]; then echo "gdb"; fi)" \ && rm -rf /var/lib/apt/lists/*