Skip to content

Commit 4e8eac9

Browse files
committed
Dockerfile: install procps on catalyst
1 parent 853dfe8 commit 4e8eac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ RUN apt update && apt install -yqq \
6767
ffmpeg \
6868
nodejs \
6969
gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-plugins-base gstreamer1.0-plugins-bad \
70+
procps \
7071
"$(if [ "$BUILD_TARGET" != "stripped" ]; then echo "gdb"; fi)" \
7172
&& rm -rf /var/lib/apt/lists/*
7273

0 commit comments

Comments
 (0)