Skip to content

Commit

Permalink
Update Dockerfile.soroban-cli
Browse files Browse the repository at this point in the history
Co-authored-by: Willem Wyndham <[email protected]>
  • Loading branch information
elizabethengelman and willemneal authored Jan 8, 2025
1 parent 8c5161e commit 3de9257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.soroban-cli
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM $DOCKERHUB_RUST_VERSION AS builder
WORKDIR /soroban-tools
COPY . .

run apt update && apt install -y libdbus-1-dev
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 3de9257

Please sign in to comment.