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 cf9c38d commit e53e270
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
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 e53e270

Please sign in to comment.