We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210b364 commit 25f39faCopy full SHA for 25f39fa
test-build.Dockerfile
@@ -4,8 +4,4 @@ FROM rust:bookworm AS builder
4
# Install requirements for bindgen: https://rust-lang.github.io/rust-bindgen/requirements.html
5
RUN apt update && apt install -y llvm-dev libclang-dev clang
6
COPY . .
7
-RUN cargo build --release --example simple
8
-
9
-FROM debian:bookworm-slim
10
-COPY --from=builder /target/release/examples/simple /usr/local/bin/simple
11
-ENTRYPOINT ["/usr/local/bin/simple"]
+RUN cargo build
0 commit comments