mirror of https://github.com/MISP/misp-docker
Add procps for ps and kill
parent
c25d73b617
commit
e9614b253b
|
@ -67,6 +67,7 @@ ARG PHP_VER
|
|||
# OS Packages
|
||||
RUN apt-get update; apt-get install -y --no-install-recommends \
|
||||
# Requirements:
|
||||
procps \
|
||||
sudo \
|
||||
nginx \
|
||||
supervisor \
|
||||
|
|
Loading…
Reference in New Issue