Commit 602bfde8 authored by 温海元's avatar 温海元

reset Dockerfile for java

parent 69576a2a
......@@ -5,12 +5,6 @@ ARG FROM_IMAGE
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
ARG SYSTEM_NAME
......@@ -19,21 +13,8 @@ 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
# Iterate through all locale and install it
# 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 .
# COPY --from=BUILD /code/* ./project/
......@@ -44,8 +25,6 @@ COPY ./*.jar ./project/
COPY ./agent.jar ./project/
COPY ./tapm-agent-java.jar ./project/
COPY ./pinpoint-agent/ ./project/pinpoint-agent/
COPY ./FZz8NUb3x0.txt ./project/
......
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