Skip to content

Commit

Permalink
Merge pull request #1 from input-output-hk/fix/build
Browse files Browse the repository at this point in the history
Fix build, add needed deps uniffi_bindgen tool
  • Loading branch information
Mr-Leshiy authored Sep 25, 2023
2 parents 9a8500b + 0869c4f commit f604616
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ARG MDBOOK_THEME_VERSION="0.1.2"
ARG CARGO_SPELLCHECK_VERSION="0.12.3"
ARG CARGO_DEPGRAPH="1.4.0"
ARG CARGO_REFINERY_CLI="0.8.7"
ARG CARGO_REFINERY_CLI="0.21.1"

ENV CARGO_INSTALL_ROOT /usr/local/
ENV CARGO_TARGET_DIR /tmp/target/
Expand Down Expand Up @@ -66,6 +67,7 @@ RUN cargo install mdbook-template --vers ${MDBOOK_TEMPLATE_VERSION} --verbose
RUN cargo install mdbook-theme --vers ${MDBOOK_THEME_VERSION} --verbose
RUN cargo install cargo-depgraph --vers ${CARGO_DEPGRAPH} --verbose
RUN cargo install refinery_cli --vers ${CARGO_REFINERY_CLI} --verbose
RUN cargo install uniffi_bindgen --vers ${CARGO_UNIFFI_BINDGEN} --verbose

RUN cargo install cargo-cache --no-default-features --features ci-autoclean,vendored-libgit cargo-cache

Expand Down

0 comments on commit f604616

Please sign in to comment.