Skip to content

Commit

Permalink
Dockerfile: fix stellar cli installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Oct 22, 2024
1 parent 9225b5a commit cfe7d68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/with-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ RUN wget -O rustup.sh https://sh.rustup.rs && \

ENV PATH="/home/user/.cargo/bin:${PATH}"

RUN cargo install --locked cargo-binstall
RUN cargo binstall -y stellar-cli
RUN cargo install --locked stellar-cli --features opt

0 comments on commit cfe7d68

Please sign in to comment.