Skip to content

Commit

Permalink
[antithesis] Add curl to antithesis images (#3433)
Browse files Browse the repository at this point in the history
  • Loading branch information
maru-ava authored Oct 1, 2024
1 parent 2b51fee commit a7e78e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/antithesis/avalanchego/Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RUN ./scripts/build.sh -r
# ============= Cleanup Stage ================
FROM debian:11-slim AS execution

# Install curl to simplify debugging
RUN apt update && apt install curl -y

# Copy identifying information into the container
COPY --from=builder /build/commit_hash.txt ./commit_hash.txt

Expand Down

0 comments on commit a7e78e4

Please # to comment.