fixed bug in Dockerfile

This commit is contained in:
Bernhard B
2021-12-12 18:33:01 +01:00
parent cd7a26c8a3
commit 0f0a2f079c

View File

@@ -36,6 +36,8 @@ ENV PATH="/root/.cargo/bin:${PATH}"
ENV JAVA_OPTS="-Djdk.lang.Process.launchMechanism=vfork"
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)'
ENV LANG en_US.UTF-8
RUN cd /tmp/ \