We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb99ce6 commit 35073afCopy full SHA for 35073af
Dockerfile
@@ -19,7 +19,7 @@ RUN cargo build --release
19
20
# Second stage putting the build result into a debian jessie-slim image
21
FROM debian:stable-slim
22
-RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates && \
+RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates zstd && \
23
apt-get clean && \
24
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
25
COPY --from=rust-builder /build/target/release/s-backup /usr/local/bin/
0 commit comments