multiversx / mx-sdk-rust-contract-builder

Docker image (and wrappers) for reproducible contract builds (Rust).
MIT License
1 stars 2 forks source link

Install pkg-config and libssl-dev on the Docker image #39

Closed andreibancioiu closed 1 year ago

andreibancioiu commented 1 year ago

It's possible that the new Docker image isn't usable for contracts that depend on, say, mx-sdk-rs v0.41 - e.g. the following error could occur: Cargo.lock needs to be updated but --locked was passed to prevent this.

Related: https://github.com/multiversx/mx-sc-actions/issues/22