[Dockerfile] fixing up locales conf

This commit is contained in:
mudler
2015-06-06 16:44:02 +02:00
parent 7cc57af284
commit 797bafbb92
+4
View File
@@ -100,3 +100,7 @@ RUN echo -5 | equo conf update
RUN equo q list installed -qv > /etc/sabayon-pkglist
# Cleaning equo package cache
RUN equo cleanup
# Setting locale.conf
RUN echo 'LANG="en_US.UTF-8"' > /etc/locale.conf
RUN echo 'LC_CTYPE="en_US.UTF-8"' >> /etc/locale.conf