Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/418#discussion_r226051353
--- Diff: docker/Dockerfile ---
@@ -67,7 +67,7 @@ ENV MINIFI_HOME
$MINIFI_BASE_DIR/nifi-minifi-cpp-$MINIFI_VERSION
RUN cd $MINIFI_BASE_DIR \
&& mkdir build \
&& cd build \
- && cmake .. \
+ && cmake -DBUILD_SHARED_LIBS=OFF .. \
--- End diff --
sounds good. happy to verify that PR and the docker build when available.
thank you---
