From 6d81c564493f4fa39a603f7a0e3d2cb975798ec6 Mon Sep 17 00:00:00 2001 From: crazywriter1 Date: Tue, 7 Jul 2026 17:10:45 +0300 Subject: [PATCH] fix: install ca-certificates in reth runtime image for HTTPS sequencer --- reth/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reth/Dockerfile b/reth/Dockerfile index 3211353..e25a71c 100644 --- a/reth/Dockerfile +++ b/reth/Dockerfile @@ -13,6 +13,10 @@ RUN cd rust/op-reth && just update-superchain-registry-submodule && just maxperf # ------------------------------------------------------------------------- FROM ubuntu:noble +RUN apt-get update && \ + apt-get install -y ca-certificates && \ + rm -rf /var/lib/apt/lists/* + WORKDIR /app COPY --from=builder /optimism/rust/target/maxperf/op-reth /usr/local/bin/