Add procps for ps and kill

pull/1/head
Jason Kendall 2020-02-24 20:14:47 -05:00
parent c25d73b617
commit e9614b253b
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ ARG PHP_VER
# OS Packages # OS Packages
RUN apt-get update; apt-get install -y --no-install-recommends \ RUN apt-get update; apt-get install -y --no-install-recommends \
# Requirements: # Requirements:
procps \
sudo \ sudo \
nginx \ nginx \
supervisor \ supervisor \