adoroszlai commented on code in PR #43: URL: https://github.com/apache/ozone-docker-runner/pull/43#discussion_r2002538161
########## Dockerfile: ########## @@ -133,7 +133,7 @@ ENV JAVA_HOME=/usr/local/jdk-21.0.2 # compatibility with Ozone 1.4.0 and earlier compose env. RUN mkdir -p /usr/lib/jvm && ln -s $JAVA_HOME /usr/lib/jvm/jre -ENV LD_LIBRARY_PATH=/usr/local/lib +ENV LD_LIBRARY_PATH=/usr/local/lib:/lib64/:/usr/lib64 Review Comment: ```suggestion ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
