GUACAMOLE-407: Remove unnecessary setting of LC_ALL within build (only needed at runtime).
This commit is contained in:
parent
eb282e49d9
commit
14389326b4
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user