Skip to content

Commit

Permalink
Dockerfile: install various utils on catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
emranemran committed Dec 12, 2023
1 parent a68a567 commit 2beaf4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
"$(if [ "$BUILD_TARGET" != "stripped" ]; then echo "gdb"; fi)" \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 2beaf4e

Please sign in to comment.