Add quotes

This commit is contained in:
Les De Ridder 2016-04-28 20:23:03 +02:00
parent c354ddb1af
commit 50a96f0a1c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ RUN pacman -Sy --noconfirm \
# Locales
RUN sed -e s/^\#en_US.UTF-8/en_US.UTF-8/;s/^\#en_GB.UTF-8/en_GB.UTF-8/ -i /etc/locale.gen \
RUN sed -e 's/^\#en_US.UTF-8/en_US.UTF-8/;s/^\#en_GB.UTF-8/en_GB.UTF-8/' -i /etc/locale.gen \
&& echo LANG=en_GB.UTF-8 > /etc/locale.conf \
&& locale-gen