diff --git a/DockerfileOp b/DockerfileOp index d195ca21601..ff65dc276b1 100644 --- a/DockerfileOp +++ b/DockerfileOp @@ -31,7 +31,7 @@ RUN cargo build --profile $BUILD_PROFILE --features "$FEATURES" --bin op-reth -- RUN ls -la /app/target/$BUILD_PROFILE/op-reth RUN cp /app/target/$BUILD_PROFILE/op-reth /app/op-reth -FROM ubuntu:22.04 AS runtime +FROM ubuntu AS runtime RUN apt-get update && \ apt-get install -y ca-certificates libssl-dev pkg-config strace && \