martinzink commented on code in PR #2186: URL: https://github.com/apache/nifi-minifi-cpp/pull/2186#discussion_r3621124046
########## minifi_rust/minifi_rs_behave/debian.dockerfile: ########## @@ -0,0 +1,26 @@ +FROM rust:slim-bullseye AS chef +RUN apt-get update && apt-get install -y clang lld pkg-config curl tar +RUN cargo install cargo-chef Review Comment: 👍 [lordgamez review changes](https://github.com/apache/nifi-minifi-cpp/pull/2186/commits/b09fd16d24d1ee006e3ea46bca0535f2be40bf9d) ########## minifi_rust/minifi_rs_behave/alpine.dockerfile: ########## @@ -0,0 +1,27 @@ +FROM rust:alpine3.22 AS chef +# Install build dependencies required for compiling C code & extensions on Alpine +RUN apk add --no-cache musl-dev gcc g++ clang-dev lld pkgconfig curl tar +RUN cargo install cargo-chef Review Comment: 👍 [lordgamez review changes](https://github.com/apache/nifi-minifi-cpp/pull/2186/commits/b09fd16d24d1ee006e3ea46bca0535f2be40bf9d) ########## minifi_rust/minifi_rs_behave/Dockerfile.alpine: ########## Review Comment: 👍 [lordgamez review changes](https://github.com/apache/nifi-minifi-cpp/pull/2186/commits/b09fd16d24d1ee006e3ea46bca0535f2be40bf9d) ########## minifi_rust/minifi_rs_behave/Dockerfile.debian: ########## Review Comment: 👍 [lordgamez review changes](https://github.com/apache/nifi-minifi-cpp/pull/2186/commits/b09fd16d24d1ee006e3ea46bca0535f2be40bf9d) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
