From 330d2de0bbcaa0f7cbeca30e6b2a2fff49e08774 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 31 May 2024 13:59:57 +0200 Subject: [PATCH] Added ps and pgrep --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c9a6644..5c47078 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,8 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get -y upgrade && \ apt-get -y install --no-install-recommends wget bc && \ + apt-get -y install --no-install-recommends openssl && \ + apt-get -y install --no-install-recommends procps pcregrep && \ rm -rf /var/lib/apt/lists/* # see also