set JAVA_OPTS to "jdk.lang.Process.launchMechanism=vfork" in Dockerfile

This commit is contained in:
Bernhard B
2021-12-12 16:49:41 +01:00
parent 47785ccbde
commit 4be7bdf795

View File

@@ -34,6 +34,8 @@ RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
ENV PATH="/root/.cargo/bin:${PATH}"
ENV JAVA_OPTS="jdk.lang.Process.launchMechanism=vfork"
ENV LANG en_US.UTF-8
RUN cd /tmp/ \