From b874fa9b03a21ae0629430588faa4a4cd83559f6 Mon Sep 17 00:00:00 2001 From: Simon Ungar Felding Date: Tue, 10 Dec 2024 12:26:53 +0100 Subject: [PATCH] add ps utils --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index c2aec15..7bbb37a 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -20,7 +20,7 @@ EXPOSE 2143/tcp # Install dependencies and protonmail bridge RUN apt-get update \ - && apt-get install -y --no-install-recommends socat pass libsecret-1-0 ca-certificates \ + && apt-get install -y --no-install-recommends procps socat pass libsecret-1-0 ca-certificates \ && rm -rf /var/lib/apt/lists/* # Copy bash scripts