Download:
child 262:2f40cd364777
parent 260:7ffb6f327aa4
261:0f5d7ade0367
Anton Shestakov <av6@dwimlabs.net>, Fri, 16 Jun 2017 15:47:55 +0800
docker: more UTF-8

1 файлов изменено, 2 вставок(+), 0 удалений(-) [+]
dockerfiles/ubuntu-xenial file | annotate | diff | comparison | revisions
--- a/dockerfiles/ubuntu-xenial Fri Jun 16 15:16:56 2017 +0800
+++ b/dockerfiles/ubuntu-xenial Fri Jun 16 15:47:55 2017 +0800
@@ -1,5 +1,7 @@
FROM ubuntu:xenial
+ENV LC_ALL C.UTF-8
+
RUN echo 'APT::Install-Recommends "no";' > /etc/apt/apt.conf.d/99recommends
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
python2.7 \