GUACAMOLE-407: As the Docker base image lacks the "en_US" locale, we must instead use "C.UTF-8" to ensure characters render correctly.
This commit is contained in:
parent
b3c1471180
commit
0126880dad
@ -84,7 +84,7 @@ FROM debian:${DEBIAN_VERSION}
|
||||
ARG PREFIX_DIR=/usr/local/guacamole
|
||||
|
||||
# Runtime environment
|
||||
ENV LC_ALL=en_US.UTF-8
|
||||
ENV LC_ALL=C.UTF-8
|
||||
ENV LD_LIBRARY_PATH=${PREFIX_DIR}/lib
|
||||
ENV GUACD_LOG_LEVEL=info
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user