Added ps and pgrep

This commit is contained in:
2024-05-31 13:59:57 +02:00
parent e7749d7781
commit 330d2de0bb
+2
View File
@@ -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