From 14389326b468a16a8cdc3cb034f4a7e6d6b6c1c7 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 1 Apr 2018 21:31:44 -0700 Subject: [PATCH] GUACAMOLE-407: Remove unnecessary setting of LC_ALL within build (only needed at runtime). --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ef9e0334..120ba887 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \