mirror of
https://gh.con.sh/https://github.com/plexinc/pms-docker
synced 2025-04-26 04:19:50 +00:00
Fix special char issue for non US languages.
This commit is contained in:
parent
51695ec3e1
commit
c5d28666ac
@ -3,6 +3,8 @@ FROM ubuntu:16.04
|
||||
ARG S6_OVERLAY_VERSION=v1.17.2.0
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
ENV TERM="xterm"
|
||||
ENV LANG="C.UTF-8"
|
||||
ENV LC_ALL="C.UTF-8"
|
||||
|
||||
ENTRYPOINT ["/init"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user