Github user achristianson commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/131#discussion_r134278520
  
    --- Diff: docker/Dockerfile ---
    @@ -100,6 +100,10 @@ RUN mkdir -p $MINIFI_BASE_DIR
     COPY --from=builder ${MINIFI_HOME} ${MINIFI_HOME}
     RUN chown -R ${USER}:${USER} /opt/minifi
     
    +# Link crypto libs to known locations for civet
    +RUN ln -s /usr/lib/libcrypto.so.1.0.0 /usr/lib/libcrypto.so
    --- End diff --
    
    Looking into it... that would be a better fix if it works out.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to