From b1cb69228854084fc86f6fd0f2faf4fa021a565d Mon Sep 17 00:00:00 2001 From: Alex Gartner Date: Fri, 30 Aug 2024 12:40:21 -0700 Subject: [PATCH] add procps --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52e3ae0..4804f94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ FROM base AS snapshotter ARG TARGETARCH RUN apt update && \ - apt install -y rclone && \ + apt install -y rclone procps && \ rm -rf /var/lib/apt/lists/* RUN ARCH=$( [ "$TARGETARCH" = "amd64" ] && echo "x86_64" || echo "$TARGETARCH" ) && \