Skip to content

Commit ba9f151

Browse files
committed
Add: procps into docker image for debug purposes
To have the possibility which processes are running to may identify openvas issues procps can be very handy in those situations.
1 parent 6adfcb4 commit ba9f151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.docker/prod.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN apt-get update && \
4141
# gcc and python3-dev are required for psutil on arm
4242
gcc \
4343
gosu \
44+
procps \
4445
python3 \
4546
python3-pip \
4647
python3-dev && \

0 commit comments

Comments
 (0)