Skip to content

Commit f41ee2c

Browse files
committed
Dockerfile: install procps on catalyst
1 parent b6f3a8b commit f41ee2c

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
@@ -80,6 +80,7 @@ RUN apt update && apt install -yqq \
8080
ffmpeg \
8181
nodejs \
8282
gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-plugins-base gstreamer1.0-plugins-bad \
83+
procps \
8384
"$(if [ "$BUILD_TARGET" != "stripped" ]; then echo "gdb"; fi)" \
8485
&& rm -rf /var/lib/apt/lists/*
8586

0 commit comments

Comments
 (0)