install procps so pgrep/pkill/etc still exists

This commit is contained in:
Gavin Mogan 2018-01-26 13:46:48 -08:00
parent 47a7419d13
commit 7664a1252f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ ENV PIHOLE_INSTALL /tmp/ph_install.sh
ENV S6OVERLAY_RELEASE https://github.com/just-containers/s6-overlay/releases/download/{{ pihole.s6_version }}/s6-overlay-{{ pihole.arch }}.tar.gz
RUN apt-get update && \
apt-get install -y wget curl net-tools cron && \
apt-get install -y wget curl net-tools cron procps && \
curl -L -s $S6OVERLAY_RELEASE \
| tar xvzf - -C / && \
docker-install.sh && \