Skip to content

Commit a7376d9

Browse files
authored
fix: dockerfile (#65)
1 parent 661c8c8 commit a7376d9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ RUN cargo chef prepare
2121
FROM chef as builder
2222
COPY --from=planner /app/recipe.json recipe.json
2323
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
2624

2725
RUN --mount=type=ssh cargo chef cook --release --recipe-path recipe.json --bin zenith-builder-example
2826
COPY --exclude=target . .
@@ -35,4 +33,4 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y libssl-dev ca-cer
3533

3634
COPY --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" ]

0 commit comments

Comments
 (0)