Skip to content

Commit

Permalink
Merge pull request #23 from Zondax/feat/bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala authored Apr 20, 2023
2 parents 2c6f44f + cc5c86e commit 16545e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ledger-app-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ RUN rustup target add thumbv6m-none-eabi
RUN rustup target add thumbv8m.main-none-eabi
RUN rustup component add rust-src

RUN cargo install bindgen-cli

ADD entrypoint.sh /tmp/entrypoint.sh
ENTRYPOINT ["/tmp/entrypoint.sh"]

0 comments on commit 16545e0

Please sign in to comment.