File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ RUN cargo chef prepare
21
21
FROM chef as builder
22
22
COPY --from=planner /app/recipe.json recipe.json
23
23
RUN apt-get update && apt-get -y upgrade && apt-get install -y gcc libclang-dev pkg-config libssl-dev
24
- RUN rustup target add x86_64-unknown-linux-gnu
25
- RUN rustup toolchain install stable-x86_64-unknown-linux-gnu
26
24
27
25
RUN --mount=type=ssh cargo chef cook --release --recipe-path recipe.json --bin zenith-builder-example
28
26
COPY --exclude=target . .
@@ -35,4 +33,4 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y libssl-dev ca-cer
35
33
36
34
COPY --from=builder /app/target/release/zenith-builder-example /usr/local/bin/zenith-builder-example
37
35
38
- ENTRYPOINT [ "/usr/local/bin/zenith-builder-example" ]
36
+ ENTRYPOINT [ "/usr/local/bin/zenith-builder-example" ]
You can’t perform that action at this time.
0 commit comments