Skip to content

Commit

Permalink
add back sui-faucet to sui-tools (#21265) (#21267)
Browse files Browse the repository at this point in the history
---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] gRPC:
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
  • Loading branch information
johnjmartin authored Feb 18, 2025
1 parent d2ba60c commit 2f52a72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/sui-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ COPY external-crates external-crates

RUN cargo build --profile ${PROFILE} \
--bin stress \
--bin sui-faucet \
--bin sui-bridge \
--bin bridge-indexer \
--bin deepbook-indexer \
Expand All @@ -33,6 +34,7 @@ WORKDIR "$WORKDIR/sui"
RUN apt-get update && apt-get install -y libpq5 libpq-dev ca-certificates git

COPY --from=builder /sui/target/release/stress /usr/local/bin
COPY --from=builder /sui/target/release/sui-faucet /usr/local/bin
COPY --from=builder /sui/target/release/sui-bridge /usr/local/bin
COPY --from=builder /sui/target/release/bridge-indexer /usr/local/bin
COPY --from=builder /sui/target/release/deepbook-indexer /usr/local/bin
Expand Down

0 comments on commit 2f52a72

Please sign in to comment.