diff --git a/Dockerfile b/Dockerfile index 5c8cca5f..31c9993b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,7 +81,7 @@ RUN --mount=type=cache,target=/root/.cargo/git \ FROM rust as rust_with_env # changing our features doesn't change any of the steps above -ENV WEB3_PROXY_FEATURES "rdkafka-src,stripe" +ENV WEB3_PROXY_FEATURES "deadlock_detection,rdkafka-src,stripe" # copy the app COPY . .