Skip to content

Commit 0f0a2f0

Browse files
author
Bernhard B
committed
fixed bug in Dockerfile
1 parent cd7a26c commit 0f0a2f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ ENV PATH="/root/.cargo/bin:${PATH}"
3636

3737
ENV JAVA_OPTS="-Djdk.lang.Process.launchMechanism=vfork"
3838

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+
3941
ENV LANG en_US.UTF-8
4042

4143
RUN cd /tmp/ \

0 commit comments

Comments
 (0)