Skip to content

Commit 1d0a30d

Browse files
committed
Switch back to system default LD_LIBRARY_PATH
1 parent 72d9631 commit 1d0a30d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ ENV JAVA_HOME=/usr/local/jdk-21.0.2
133133
# compatibility with Ozone 1.4.0 and earlier compose env.
134134
RUN mkdir -p /usr/lib/jvm && ln -s $JAVA_HOME /usr/lib/jvm/jre
135135

136-
ENV LD_LIBRARY_PATH=/usr/local/lib:/lib64/:/usr/lib64
137136
ENV PATH=/opt/hadoop/libexec:$PATH:$JAVA_HOME/bin:/opt/hadoop/bin
138137

139138
RUN id=1000; \

0 commit comments

Comments
 (0)