Commit a509eb5d authored by 温海元's avatar 温海元

modify some files for java dockerfile

parent 23469f8c
......@@ -7,9 +7,6 @@ FROM ccr.ccs.tencentyun.com/qg-qa/jdk1.8:latest
# Set the lang, you can also specify it as as environment variable through docker-compose.yml
ENV LANG=zh_CN.UTF-8 \
LANGUAGE=zh_CN.UTF-8
WORKDIR /home/quant_group
......@@ -19,8 +16,7 @@ ARG BUILD_SCHEMA
ENV SYSTEM_NAME=$SYSTEM_NAME \
BUILD_SCHEMA=$BUILD_SCHEMA
#设置语言包
ENV LANG zh_CN.UTF-8
RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info
......@@ -29,10 +25,7 @@ RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info
# Note that locale -a is not available in alpine linux, use `/usr/glibc-compat/bin/locale -a` instead
# Set the lang, you can also specify it as as environment variable through docker-compose.yml
ENV LANG=en_US.UTF-8 \
LANGUAGE=en_US.UTF-8
#RUN apt-get install -y locales locales-all
COPY docker-entrypoint.sh .
COPY readyCheck.sh .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment