Skip to content

Commit

Permalink
add back stress image (#18173)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjmartin authored and ebmifa committed Jun 10, 2024
1 parent 9445512 commit a301214
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 @@ -18,6 +18,7 @@ COPY external-crates external-crates

RUN cargo build --profile ${PROFILE} \
--bin sui-node \
--bin stress \
--bin sui-bridge \
--bin sui-bridge-cli \
--bin sui-analytics-indexer \
Expand All @@ -35,6 +36,7 @@ WORKDIR "$WORKDIR/sui"
RUN apt-get update && apt-get install -y libpq5 libpq-dev

COPY --from=builder /sui/target/release/sui-node /usr/local/bin
COPY --from=builder /sui/target/release/stress /usr/local/bin
COPY --from=builder /sui/target/release/sui-bridge /usr/local/bin
COPY --from=builder /sui/target/release/sui-bridge-cli /usr/local/bin
COPY --from=builder /sui/target/release/sui-analytics-indexer /usr/local/bin
Expand Down

0 comments on commit a301214

Please sign in to comment.