🚑 Sets LC_ALL

This commit is contained in:
Franck Nijhof 2019-03-25 12:16:47 +01:00
parent 9aa66a218e
commit de8252b818
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -48,7 +48,9 @@ RUN \
FROM ${BUILD_FROM}
# Confiure locale
ENV LANG=en_US.UTF-8
ENV \
LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]