[ARVADOS] updated: 1.3.0-145-g36c705beb

Git user git at public.curoverse.com
Wed Jan 9 10:14:33 EST 2019


Summary of changes:
 tools/arvbox/lib/arvbox/docker/Dockerfile.base | 4 ++++
 1 file changed, 4 insertions(+)

       via  36c705beb497a5ef8348e5f977ee6ad6674c7d11 (commit)
      from  51c1daf863f3e1920f758f73b4e5d70ff2c706d6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 36c705beb497a5ef8348e5f977ee6ad6674c7d11
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Wed Jan 9 10:13:56 2019 -0500

    Configure UTF-8 locale inside arvbox, no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/tools/arvbox/lib/arvbox/docker/Dockerfile.base b/tools/arvbox/lib/arvbox/docker/Dockerfile.base
index 4f915946f..1c1ad1781 100644
--- a/tools/arvbox/lib/arvbox/docker/Dockerfile.base
+++ b/tools/arvbox/lib/arvbox/docker/Dockerfile.base
@@ -84,7 +84,11 @@ ENV NODEVERSION v6.11.4
 RUN curl -L -f https://nodejs.org/dist/${NODEVERSION}/node-${NODEVERSION}-linux-x64.tar.xz | tar -C /usr/local -xJf - && \
     ln -s ../node-${NODEVERSION}-linux-x64/bin/node ../node-${NODEVERSION}-linux-x64/bin/npm /usr/local/bin
 
+# Set UTF-8 locale
 RUN echo en_US.UTF-8 UTF-8 > /etc/locale.gen && locale-gen
+ENV LANG en_US.UTF-8
+ENV LANGUAGE en_US:en
+ENV LC_ALL en_US.UTF-8
 
 ARG arvados_version
 RUN echo arvados_version is git commit $arvados_version

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list