Closed skyuplam closed 6 years ago
Please start by reviewing the sections on OpenSSL and diesel
, both of which require workarounds to work:
Please let me know if this helps!
I didn't hear back from you, so I'm going to close this.
I'm seeing the same issue today with:
FROM ekidd/rust-musl-builder:stable as diesel_builder
RUN cargo install diesel_cli --no-default-features --features postgres
RUN mkdir -p /out && cp /root/.cargo/bin/diesel /out/
The tips in the README seem to cover the situation where your app is using diesel but not the situation where you want to compile diesel_cli
itself. I don't feel like I have access to change the Cargo.toml or source code.
Any help would be welcome if anyone can shine light on it.
I've now realised that this is an ongoing issue. Please ignore this.
I am trying to build
diesel_cli
but got an error from the builder as the following:It seems htat it's related to the openssl and libpq library. Did I miss something?