Skip to content

Commit

Permalink
add procps
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Aug 30, 2024
1 parent 8757f46 commit b1cb692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ) && \
Expand Down

0 comments on commit b1cb692

Please sign in to comment.