martinzink commented on code in PR #1617:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1617#discussion_r1275494280
##########
docker/Dockerfile:
##########
@@ -110,7 +109,6 @@ RUN addgroup -g ${GID} ${USER} && adduser -u ${UID} -D -G
${USER} -g "" ${USER}
if echo "$MINIFI_OPTIONS" | grep -q "ENABLE_JNI=ON"; then apk add
--no-cache openjdk8-jre-base; fi && \
if echo "$MINIFI_OPTIONS" | grep -q "ENABLE_PCAP=ON"; then apk add
--no-cache libpcap; fi && \
if echo "$MINIFI_OPTIONS" | grep -q "ENABLE_USB_CAMERA=ON"; then apk add
--no-cache libpng libusb; fi && \
- if echo "$MINIFI_OPTIONS" | grep -q "ENABLE_OPENCV=ON" || echo
"$MINIFI_OPTIONS" | grep -q "ENABLE_BUSTACHE=ON"; then apk add --no-cache
boost; fi && \
Review Comment:
yeah, it looks like we didnt need boost for opencv for quite some time now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]