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

add .txt to java

parent bca436bc
...@@ -4,10 +4,8 @@ ARG FROM_IMAGE ...@@ -4,10 +4,8 @@ ARG FROM_IMAGE
# FROM ${FROM_IMAGE} as BUILD # FROM ${FROM_IMAGE} as BUILD
FROM ccr.ccs.tencentyun.com/qg-qa/jdk1.8:latest FROM ccr.ccs.tencentyun.com/qg-qa/jdk1.8:latest
RUN apk add glibc-bin-2.25-r0.apk glibc-i18n-2.25-r0.apk glibc-2.25-r0.apk
COPY ./locale.md /locale.md
RUN cat locale.md | xargs -i /usr/glibc-compat/bin/localedef -i {} -f UTF-8 {}.UTF-8
# Set the lang, you can also specify it as as environment variable through docker-compose.yml # Set the lang, you can also specify it as as environment variable through docker-compose.yml
ENV LANG=zh_CN.UTF-8 \ ENV LANG=zh_CN.UTF-8 \
......
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