Ensure locale-gen gets installed properly

This commit is contained in:
zontreck 2024-10-05 20:33:36 -07:00
parent c263315ed2
commit 002a89c8f4

View file

@ -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