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 \
26
26
libclang-dev \
27
27
pkg-config \
28
28
libssl-dev
29
- # git \
30
- # openssh-client \
31
- # make \
32
- # perl
33
29
34
30
RUN --mount=type=ssh cargo chef cook --release --recipe-path recipe.json --bin zenith-builder-example
35
31
COPY --exclude=target . .
@@ -40,8 +36,7 @@ RUN --mount=type=ssh cargo build --release --bin zenith-builder-example
40
36
FROM --platform=$TARGETPLATFORM debian:bookworm-slim
41
37
RUN apt-get update && apt-get -y upgrade && apt-get install -y \
42
38
libssl3 \
43
- ca-certificates \
44
- && rm -rf /var/lib/apt/lists/*
39
+ ca-certificates
45
40
46
41
COPY --from=builder /app/target/release/zenith-builder-example /usr/local/bin/zenith-builder-example
47
42
You can’t perform that action at this time.
0 commit comments