Commit 3657b48e authored by 温海元's avatar 温海元

add locale for java

parent 0e5cd995
...@@ -14,6 +14,7 @@ ENV SYSTEM_NAME=$SYSTEM_NAME \ ...@@ -14,6 +14,7 @@ ENV SYSTEM_NAME=$SYSTEM_NAME \
BUILD_SCHEMA=$BUILD_SCHEMA BUILD_SCHEMA=$BUILD_SCHEMA
RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info
RUN apt-get install -y locales locales-all
COPY docker-entrypoint.sh . COPY docker-entrypoint.sh .
COPY readyCheck.sh . COPY readyCheck.sh .
...@@ -28,4 +29,5 @@ COPY ./pinpoint-agent/ ./project/pinpoint-agent/ ...@@ -28,4 +29,5 @@ COPY ./pinpoint-agent/ ./project/pinpoint-agent/
CMD ["sh", "docker-entrypoint.sh"] CMD ["sh", "docker-entrypoint.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