We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f23dae commit fde642aCopy full SHA for fde642a
Dockerfile
@@ -133,7 +133,6 @@ ENV JAVA_HOME=/usr/local/jdk-21.0.2
133
# compatibility with Ozone 1.4.0 and earlier compose env.
134
RUN mkdir -p /usr/lib/jvm && ln -s $JAVA_HOME /usr/lib/jvm/jre
135
136
-ENV LD_LIBRARY_PATH=/usr/local/lib
137
ENV PATH=/opt/hadoop/libexec:$PATH:$JAVA_HOME/bin:/opt/hadoop/bin
138
139
RUN id=1000; \
0 commit comments