mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 21:36:16 +00:00
trivial: arch: generate locales in the container
This commit is contained in:
parent
f3e520387a
commit
39c9d9dd40
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user