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

    https://github.com/apache/nifi-minifi/pull/130#discussion_r197976141
  
    --- Diff: minifi-docker/dockerhub/Dockerfile ---
    @@ -34,6 +34,8 @@ RUN mkdir -p $MINIFI_HOME
     
     RUN apk --no-cache add curl
     
    +ADD sh/ ${MINIFI_BASE_DIR}/scripts/
    --- End diff --
    
    Fair point. It also occurred to me later that I'm not sure if Dockerfile 
syntax has any special interpretation / side-effect that differs for POSIX... 
of that I'm not positive but in any case it seems to work ok :)


---

Reply via email to