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 491c8cc commit 50b4562Copy full SHA for 50b4562
.ci/docker/conda/Dockerfile
@@ -81,7 +81,7 @@ COPY --from=openssl /opt/openssl /opt/openssl
81
COPY --from=patchelf /patchelf /usr/local/bin/patchelf
82
COPY --from=conda /opt/conda /opt/conda
83
84
-# Add jni.h for java host build
+# Add jni.h for java host build.
85
COPY ./common/install_jni.sh install_jni.sh
86
COPY ./java/jni.h jni.h
87
RUN bash ./install_jni.sh && rm install_jni.sh
0 commit comments