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 044b7fe commit 1485ebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -73,6 +73,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 1485ebb

Please sign in to comment.