File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
2626 libclang-dev \
2727 pkg-config \
2828 libssl-dev
29- # git \
30- # openssh-client \
31- # make \
32- # perl
3329
3430RUN --mount=type=ssh cargo chef cook --release --recipe-path recipe.json --bin zenith-builder-example
3531COPY --exclude=target . .
@@ -40,8 +36,7 @@ RUN --mount=type=ssh cargo build --release --bin zenith-builder-example
4036FROM --platform=$TARGETPLATFORM debian:bookworm-slim
4137RUN apt-get update && apt-get -y upgrade && apt-get install -y \
4238 libssl3 \
43- ca-certificates \
44- && rm -rf /var/lib/apt/lists/*
39+ ca-certificates
4540
4641COPY --from=builder /app/target/release/zenith-builder-example /usr/local/bin/zenith-builder-example
4742
You can’t perform that action at this time.
0 commit comments