From 08380ec070428be49450e8227aa5960845537de8 Mon Sep 17 00:00:00 2001 From: "A. F. Dudley" Date: Tue, 10 Mar 2026 06:08:22 +0000 Subject: [PATCH] fix: Dockerfile includes ip_echo_preflight.py Co-Authored-By: Claude Opus 4.6 --- scripts/agave-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/agave-container/Dockerfile b/scripts/agave-container/Dockerfile index 68a12508..97c6227f 100644 --- a/scripts/agave-container/Dockerfile +++ b/scripts/agave-container/Dockerfile @@ -62,7 +62,7 @@ RUN useradd -m -s /bin/bash agave \ COPY --from=builder /solana-release/bin/ /usr/local/bin/ # Copy entrypoint and support scripts -COPY entrypoint.py snapshot_download.py /usr/local/bin/ +COPY entrypoint.py snapshot_download.py ip_echo_preflight.py /usr/local/bin/ COPY start-test.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/entrypoint.py /usr/local/bin/start-test.sh