Skip to content

Commit 50b4562

Browse files
committed
add docker file
1 parent 491c8cc commit 50b4562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/conda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ COPY --from=openssl /opt/openssl /opt/openssl
8181
COPY --from=patchelf /patchelf /usr/local/bin/patchelf
8282
COPY --from=conda /opt/conda /opt/conda
8383

84-
# Add jni.h for java host build
84+
# Add jni.h for java host build.
8585
COPY ./common/install_jni.sh install_jni.sh
8686
COPY ./java/jni.h jni.h
8787
RUN bash ./install_jni.sh && rm install_jni.sh

0 commit comments

Comments
 (0)