diff --git a/Dockerfile b/Dockerfile index 3acd7470..ed57f58c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN apt-get update && \ # copy the application COPY . . -ENV WEB3_PROXY_FEATURES "rdkafka-src" +ENV WEB3_PROXY_FEATURES "rdkafka-src,connectinfo" # test the application with cargo-nextest RUN --mount=type=cache,target=/usr/local/cargo/registry \