Skip to content

Instantly share code, notes, and snippets.

@matheo
Last active November 15, 2016 19:06
Show Gist options
  • Save matheo/74a3a44b9435482640e87dc39d635ccf to your computer and use it in GitHub Desktop.
Save matheo/74a3a44b9435482640e87dc39d635ccf to your computer and use it in GitHub Desktop.
Bash Scripts
ENV LANG=en_GB.UTF-8
RUN apt-get install -y locales && \
sed -i -e "s/# $LANG.*/$LANG.UTF-8 UTF-8/" /etc/locale.gen && \
dpkg-reconfigure --frontend=noninteractive locales && \
update-locale LANG=$LANG
#!/bin/bash
( set -o posix ; set ) | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment