From d24a18cb9281a096af382cc5fbca196047711539 Mon Sep 17 00:00:00 2001 From: DylanGuedes Date: Tue, 15 Jan 2019 09:45:08 -0200 Subject: [PATCH] Adds `procps` package to container Signed-off-by: DylanGuedes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \