From ce41dc7fb32315a97b3d681fcc3b9c9c766770f2 Mon Sep 17 00:00:00 2001 From: Para Dox Date: Sun, 25 May 2025 21:27:51 +0700 Subject: [PATCH] done --- reth.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reth.Dockerfile b/reth.Dockerfile index 3dafa7a7..80f26f6c 100644 --- a/reth.Dockerfile +++ b/reth.Dockerfile @@ -188,7 +188,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \ echo "Building with RUSTFLAGS: $RUSTFLAGS" && \ if [ "$BUILD_OP_RETH" = "true" ]; then \ echo "Building op-reth with optimism feature" && \ - cargo build --profile $PROFILE --locked --bin op-reth --features optimism,jemalloc,asm-keccak --manifest-path crates/optimism/bin/Cargo.toml && \ + cargo build --profile $PROFILE --locked --bin op-reth --features jemalloc,asm-keccak --manifest-path crates/optimism/bin/Cargo.toml && \ cp target/$PROFILE/op-reth /usr/local/bin/op-reth; \ else \ echo "Building standard reth" && \