use connectinfo in docker too

This commit is contained in:
Bryan Stitt 2023-06-21 17:52:16 -07:00
parent 662bbb296f
commit 209601dc6f

View File

@ -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 \