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" ) && \