From 8adad8549d69ee3e64232f9cc85e94ab95278118 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 10 Oct 2023 23:06:35 -0700 Subject: [PATCH] remove kafka from docker for now until we have a reader, this is wasted time --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31c9993b..113dab26 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 "deadlock_detection,rdkafka-src,stripe" +ENV WEB3_PROXY_FEATURES "deadlock_detection,stripe" # copy the app COPY . .