Don't see unsupported locales in docker image
This commit is contained in:
parent
a6136abba7
commit
1580c7c1af
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@ COPY docker/nginx.conf /etc/nginx/nginx.conf
|
|||
# set timezone and locale
|
||||
RUN cp /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo "Europe/Paris" > /etc/timezone
|
||||
ENV TZ Europe/Paris
|
||||
ENV LANG fr_FR.UTF-8
|
||||
ENV LANGUAGE fr_FR.UTF-8
|
||||
ENV LC_ALL fr_FR.UTF-8
|
||||
|
||||
COPY docker/docker-init.sh /usr/local/bin/
|
||||
RUN chmod +x usr/local/bin/docker-init.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue