GUACAMOLE-407: Remove unnecessary setting of LC_ALL within build (only needed at runtime).

This commit is contained in:
Michael Jumper 2018-04-01 21:31:44 -07:00
parent eb282e49d9
commit 14389326b4

View File

@ -52,9 +52,6 @@ ARG BUILD_DEPENDENCIES=" \
libwebp-dev \
make"
# Build time environment
ENV LC_ALL=en_US.UTF-8
# Bring build environment up to date and install build dependencies
RUN apt-get update && \
apt-get install -y $BUILD_DEPENDENCIES && \