Skip to content

Commit 1485ebb

Browse files
committed
Dockerfile: install procps on catalyst
1 parent 044b7fe commit 1485ebb

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
@@ -73,6 +73,7 @@ RUN apt update && apt install -yqq \
7373
ffmpeg \
7474
nodejs \
7575
gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-plugins-base gstreamer1.0-plugins-bad \
76+
procps \
7677
"$(if [ "$BUILD_TARGET" != "stripped" ]; then echo "gdb"; fi)" \
7778
&& rm -rf /var/lib/apt/lists/*
7879

0 commit comments

Comments
 (0)