Skip to content

Commit

Permalink
Install libdbus-1-dev for cli (#109)
Browse files Browse the repository at this point in the history
* Install libdbus-1-dev for cli

this is a dependency for keyring, which we're using for signing with
keychains/secure store

* Update Dockerfile.soroban-cli

Co-authored-by: Willem Wyndham <[email protected]>
  • Loading branch information
elizabethengelman and willemneal authored Jan 9, 2025
1 parent 2fac978 commit 5df600c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.soroban-cli
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ FROM $DOCKERHUB_RUST_VERSION AS builder
WORKDIR /soroban-tools
COPY . .

run apt update && apt install -y libdbus-1-dev libudev-dev
run if [ ! -z "$SOROBAN_CLI_CRATE_VERSION" ]; then \
cargo install \
--config net.git-fetch-with-cli=true \
Expand Down

0 comments on commit 5df600c

Please sign in to comment.