diff --git a/Dockerfile b/Dockerfile index 1a15b2a..a392076 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:stretch MAINTAINER Getty Images "https://github.com/gettyimages" RUN apt-get update \ - && apt-get install -y locales \ + && apt-get install -y locales procps \ && dpkg-reconfigure -f noninteractive locales \ && locale-gen C.UTF-8 \ && /usr/sbin/update-locale LANG=C.UTF-8 \