Browse Source

Missing env variable in Dockefile

pull/297/head
Nikolay Igotti 3 years ago
parent
commit
c5f6013dfc
  1. 1
      ci/docker/linux/Dockerfile

1
ci/docker/linux/Dockerfile

@ -32,3 +32,4 @@ RUN JAVA_URL=https://corretto.aws/downloads/latest/amazon-corretto-11-x64-linux-
find $JAVA_BASE -type d -maxdepth 1 -name "amazon-corretto-11*linux-x64" -exec mv {} $JAVA_HOME \; && \
rm $JAVA_ARCHIVE
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
ENV JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF

Loading…
Cancel
Save