Skip to content

Commit 2beaf4e

Browse files
committed
Dockerfile: install various utils on catalyst
1 parent a68a567 commit 2beaf4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ RUN apt update && apt install -yqq \
8080
ffmpeg \
8181
nodejs \
8282
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 \
8386
"$(if [ "$BUILD_TARGET" != "stripped" ]; then echo "gdb"; fi)" \
8487
&& rm -rf /var/lib/apt/lists/*
8588

0 commit comments

Comments
 (0)