Skip to content

Commit fde642a

Browse files
authored
HDDS-12631. Correct LD_LIBRARY_PATH for ozone-runner Docker image (#43)
1 parent 7f23dae commit fde642a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
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
137136
ENV PATH=/opt/hadoop/libexec:$PATH:$JAVA_HOME/bin:/opt/hadoop/bin
138137

139138
RUN id=1000; \

0 commit comments

Comments
 (0)