Skip to content

Commit

Permalink
Fix installation of sc-meta, use "--locked".
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Jan 2, 2024
1 parent 60e8f19 commit fc5fd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN wget -O rustup.sh https://sh.rustup.rs && \
rm -rf /rust/registry

# Install sc-tool
RUN PATH="/rust/bin:${PATH}" CARGO_HOME=/rust RUSTUP_HOME=/rust cargo install multiversx-sc-meta --version ${VERSION_SC_META} && \
RUN PATH="/rust/bin:${PATH}" CARGO_HOME=/rust RUSTUP_HOME=/rust cargo install multiversx-sc-meta --version ${VERSION_SC_META} --locked && \
rm -rf /rust/registry

COPY "multiversx_sdk_rust_contract_builder" "/multiversx_sdk_rust_contract_builder"
Expand Down

0 comments on commit fc5fd47

Please sign in to comment.