diff --git a/tests/antithesis/avalanchego/Dockerfile.node b/tests/antithesis/avalanchego/Dockerfile.node index 25dd82ead892..e73d9c17ff13 100644 --- a/tests/antithesis/avalanchego/Dockerfile.node +++ b/tests/antithesis/avalanchego/Dockerfile.node @@ -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