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 cd7a26c commit 0f0a2f0Copy full SHA for 0f0a2f0
Dockerfile
@@ -36,6 +36,8 @@ ENV PATH="/root/.cargo/bin:${PATH}"
36
37
ENV JAVA_OPTS="-Djdk.lang.Process.launchMechanism=vfork"
38
39
+RUN bash -c '([[ ! -d $JAVA_SECURITY_DIR ]] && ln -s $JAVA_HOME/lib $JAVA_HOME/conf) || (echo "Found java conf dir, package has been fixed, remove this hack"; exit -1)'
40
+
41
ENV LANG en_US.UTF-8
42
43
RUN cd /tmp/ \
0 commit comments