File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 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
2121FROM chef as builder
2222COPY --from=planner /app/recipe.json recipe.json
2323RUN 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
2624
2725RUN --mount=type=ssh cargo chef cook --release --recipe-path recipe.json --bin zenith-builder-example
2826COPY --exclude=target . .
@@ -35,4 +33,4 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y libssl-dev ca-cer
3533
3634COPY --from=builder /app/target/release/zenith-builder-example /usr/local/bin/zenith-builder-example
3735
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