docker: set locale to C.UTF-8

This commit is contained in:
Felix Ruess
2017-08-05 19:46:08 +02:00
parent aab1ba9d47
commit 1684aed01e
+1 -2
View File
@@ -13,8 +13,7 @@ ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
# setup environment
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANG C.UTF-8
# add Paparazzi PPA
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y software-properties-common