From d21e11d47b560be23cef0267abb4db7eb58394fe Mon Sep 17 00:00:00 2001
From: Prashanth Dwarakanath <pchengi@nsc.liu.se>
Date: Mon, 19 Mar 2018 18:57:38 +0100
Subject: [PATCH] export LANG

---
 Dockerfile | 4 ++--
 compile.sh | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index f5fc3c5..5eca9df 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
 FROM debian
 
 RUN apt-get update && apt-get install -y git wget gcc make libssl-dev libreadline-dev zlib1g-dev vim bzip2 locales pandoc python2.7
-RUN useradd nscuser --shell /bin/bash
+RUN useradd nscuser -M --shell /bin/bash
 WORKDIR /usr/local/src
 RUN git clone https://github.com/snic-nsc/nscjekyllsetup.git
 WORKDIR /usr/local/src/nscjekyllsetup
-RUN git checkout 'v1.09'
+RUN git checkout 'v1.10'
 RUN bash presetup.sh
 RUN bash setup.sh
 USER nscuser
diff --git a/compile.sh b/compile.sh
index 160e6fd..ae515a2 100644
--- a/compile.sh
+++ b/compile.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+export LANG=en_US.UTF-8
 source /usr/local/src/nscjekyllsetup/rubyenv $1
 jekyll build;
 exit $?;
-- 
GitLab