Skip to content

Commit

Permalink
Install libdbus-1-dev for cli
Browse files Browse the repository at this point in the history
this is a dependency for keyring, which we're using for signing with
keychains/secure store
  • Loading branch information
elizabethengelman committed Dec 5, 2024
1 parent 015c661 commit 8c5161e
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
run if [ ! -z "$SOROBAN_CLI_CRATE_VERSION" ]; then \
cargo install \
--config net.git-fetch-with-cli=true \
Expand Down

0 comments on commit 8c5161e

Please sign in to comment.