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:
Michael Jumper 2018-04-01 22:05:06 -07:00
parent b3c1471180
commit 0126880dad

View File

@ -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