trivial: arch: generate locales in the container

This commit is contained in:
Mario Limonciello 2022-06-26 23:47:26 -05:00
parent f3e520387a
commit 39c9d9dd40

View File

@ -4,6 +4,9 @@ ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8
ENV CI_NETWORK true
RUN echo fubar > /etc/machine-id
RUN sed "s,#en_US.UTF-8,en_US.UTF-8," /etc/locale.gen -i
RUN echo "LANG=en_US.UTF-8" > /etc/locale.conf
RUN locale-gen
RUN pacman -Syu --noconfirm archlinux-keyring
%%%INSTALL_DEPENDENCIES_COMMAND%%%
WORKDIR /github/workspace