Ensure locale-gen gets installed properly
This commit is contained in:
parent
c263315ed2
commit
002a89c8f4
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ RUN echo "LC_ALL=en_US.UTF-8" >> /etc/environment
|
|||
RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
||||
RUN echo "LANG=en_US.UTF-8" >> /etc/locale.conf
|
||||
|
||||
RUN pacman --noconfirm -S locales
|
||||
RUN pacman --noconfirm -S glibc
|
||||
RUN locale-gen en_US.UTF-8
|
Loading…
Reference in a new issue