Skip to content

Commit 35073af

Browse files
committed
ci: 🐛 missing zstd
1 parent cb99ce6 commit 35073af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN cargo build --release
1919

2020
# Second stage putting the build result into a debian jessie-slim image
2121
FROM debian:stable-slim
22-
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates && \
22+
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates zstd && \
2323
apt-get clean && \
2424
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2525
COPY --from=rust-builder /build/target/release/s-backup /usr/local/bin/

0 commit comments

Comments
 (0)