This is an automated email from the ASF dual-hosted git repository.

szaszm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 3089e43b1c602bac473b31d9e5c108fd5250e235
Author: Gabor Gyimesi <[email protected]>
AuthorDate: Fri Jun 30 07:34:44 2023 +0200

    MINIFICPP-2151 Add MiNiFi Controller to docker minimal image
    
    Closes #1596
    Signed-off-by: Marton Szasz <[email protected]>
---
 cmake/DockerConfig.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/DockerConfig.cmake b/cmake/DockerConfig.cmake
index 6eba75214..1e9347c2d 100644
--- a/cmake/DockerConfig.cmake
+++ b/cmake/DockerConfig.cmake
@@ -49,7 +49,7 @@ add_custom_target(
         -o \"-DENABLE_LIBRDKAFKA=ON
              -DENABLE_AWS=ON
              -DENABLE_AZURE=ON
-             -DENABLE_CONTROLLER=OFF
+             -DENABLE_CONTROLLER=ON
              -DENABLE_PROMETHEUS=ON
              -DENABLE_MQTT=OFF
              -DENABLE_ELASTICSEARCH=OFF

Reply via email to