Commit 628f34ac authored by 温海元's avatar 温海元

add locale for java

parent 3657b48e
......@@ -4,6 +4,7 @@ ARG FROM_IMAGE
# FROM ${FROM_IMAGE} as BUILD
FROM ccr.ccs.tencentyun.com/qg-qa/jdk1.8:latest
FROM microsoft/aspnetcore:2.0
WORKDIR /home/quant_group
......@@ -13,8 +14,11 @@ 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
RUN apt-get install -y locales locales-all
#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