From e7a08049c6708916fd79580010c3a6848ac1964f Mon Sep 17 00:00:00 2001 From: Mario Alegre Date: Wed, 5 Aug 2020 13:23:57 -0400 Subject: [PATCH] added procps utilities to base container --- src/debian/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debian/Containerfile b/src/debian/Containerfile index 2ccf6cd..6592bdc 100644 --- a/src/debian/Containerfile +++ b/src/debian/Containerfile @@ -24,7 +24,7 @@ RUN rm /etc/localtime && \ # Install packages RUN apt update -y && \ apt upgrade -y && \ - apt install -y init sudo wget nano less man-db unzip rsync && \ + apt install -y init sudo wget nano less man-db unzip rsync procps && \ apt autoremove -y --purge && \ apt clean -y