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

    https://github.com/apache/nifi-minifi-cpp/pull/131#discussion_r134278103
  
    --- 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 --
    
    why not set the make option with CIVET? It seems like a bandaid that could 
come apart if something within the container changed. Could it be such that our 
make CRYPTO_LIB was determined via an embedded command?


---
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