Skip to content

Commit

Permalink
Dockerfile: install procps on catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
emranemran committed Nov 14, 2023
1 parent 853dfe8 commit 4e8eac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -67,6 +67,7 @@ RUN apt update && apt install -yqq \
ffmpeg \
nodejs \
gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-plugins-base gstreamer1.0-plugins-bad \
procps \
"$(if [ "$BUILD_TARGET" != "stripped" ]; then echo "gdb"; fi)" \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 4e8eac9

Please sign in to comment.