Skip to content

Commit

Permalink
Add lz4 to snapshotter
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Rubino committed Nov 7, 2024
1 parent a719d48 commit 6bcd980
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 @@ -23,7 +23,7 @@ FROM base AS snapshotter
ARG TARGETARCH

RUN apt update && \
apt install -y rclone procps && \
apt install -y rclone procps lz4 && \
rm -rf /var/lib/apt/lists/*

RUN ARCH=$( [ "$TARGETARCH" = "amd64" ] && echo "x86_64" || echo "$TARGETARCH" ) && \
Expand Down

0 comments on commit 6bcd980

Please sign in to comment.