szaszm commented on code in PR #1787: URL: https://github.com/apache/nifi-minifi-cpp/pull/1787#discussion_r1597039951
########## docker/python-verify/installed.Dockerfile: ########## @@ -23,8 +23,8 @@ ARG MINIFI_VERSION ARG ARCHIVE_LOCATION ARG INSTALL_PACKAGE_CMD -ARG UID=1000 -ARG GID=1000 +ARG UID=1001 +ARG GID=1001 Review Comment: (Optional) We could use that user, and skip adding a new one, if this only needs to work for ubuntu. -- 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]
