diff --git a/distrobuilder/debian-sid.yml b/distrobuilder/debian-sid.yml index 14409cc..119cb45 100644 --- a/distrobuilder/debian-sid.yml +++ b/distrobuilder/debian-sid.yml @@ -51,7 +51,9 @@ actions: set -eux # Make sure the locale is built and functional - locale-gen en_US.UTF-8 + export LC_ALL="en_US.UTF-8" + dpkg-reconfigure --frontend=noninteractive locales + #update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 # Cleanup underlying /run mount -o bind / /mnt