Skip to content
Snippets Groups Projects
Commit d21e11d4 authored by Prashanth Dwarakanath's avatar Prashanth Dwarakanath
Browse files

export LANG

parent 2e659a8b
Branches
Tags v1.10
No related merge requests found
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
......
#!/bin/bash
export LANG=en_US.UTF-8
source /usr/local/src/nscjekyllsetup/rubyenv $1
jekyll build;
exit $?;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment