There was an error while loading. Please reload this page.
1 parent cf9c38d commit 3995922Copy full SHA for 3995922
1 file changed
Dockerfile
@@ -80,6 +80,9 @@ RUN apt update && apt install -yqq \
80
ffmpeg \
81
nodejs \
82
gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-plugins-base gstreamer1.0-plugins-bad \
83
+ procps \
84
+ vnstat \
85
+ linux-tools-common linux-tools-generic linux-tools-5.4.0-148-generic \
86
"$(if [ "$BUILD_TARGET" != "stripped" ]; then echo "gdb"; fi)" \
87
&& rm -rf /var/lib/apt/lists/*
88
0 commit comments