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 29, 2023
1 parent b6f3a8b commit f41ee2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -80,6 +80,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 f41ee2c

Please sign in to comment.