lordgamez commented on a change in pull request #1164:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1164#discussion_r694077320
##########
File path: docker/Dockerfile
##########
@@ -98,11 +99,15 @@ ENV MINIFI_VERSION ${MINIFI_VERSION}
# Setup minificpp user
RUN addgroup -g ${GID} ${USER} && adduser -u ${UID} -D -G ${USER} -g ""
${USER} && \
- install -d -o ${USER} -g ${USER} ${MINIFI_BASE_DIR}
+ install -d -o ${USER} -g ${USER} ${MINIFI_BASE_DIR} && \
+ ln -s $(which ccache) /usr/local/bin/gcc && \
+ ln -s $(which ccache) /usr/local/bin/g++
Review comment:
Updated in 34bc56c2cbef5932e2025ea09eec6f5b906af595
--
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]