From 84474286e5dd322df653db77de4e706696615e4e Mon Sep 17 00:00:00 2001 From: goldsquid Date: Fri, 1 Aug 2025 18:03:31 +0700 Subject: [PATCH] fix --- reth.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reth.Dockerfile b/reth.Dockerfile index 11ec2421..4a4b6b70 100644 --- a/reth.Dockerfile +++ b/reth.Dockerfile @@ -280,7 +280,7 @@ RUN apt-get update && apt-get install -y \ # Use wildcards to avoid errors when copying non-existent files COPY --from=builder /usr/local/bin/reth* /usr/local/bin/ COPY --from=builder /usr/local/bin/op-reth* /usr/local/bin/ -COPY --from=builder /usr/local/bin/base-reth-node* /usr/local/bin/; \ +COPY --from=builder /usr/local/bin/base-reth-node* /usr/local/bin/ # Create non-root user RUN useradd -m -u 1000 -s /bin/bash reth