From 90729e374906ec914a9d030c6cce1feca718e0b7 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Wed, 7 Feb 2024 21:11:04 +0100 Subject: Where is update-locale? --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 222a7d0..778e395 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,10 +10,11 @@ variables: &base_vars .prerequisites: &prerequisites before_script: - uname -a - # Ubuntu 18.04 has busted locales. LANG and all LC_* are empty. - - update-locale LANG=en_US.UTF-8 - apt-get update - apt-get install -y -qq $INSTALL_PACKAGES $DEBIAN_COMMON_PACKAGES + - locale + # Ubuntu 18.04 has busted locales. LANG and all LC_* are empty. + - update-locale LANG=en_US.UTF-8 - apt-cache search python3 - locale -- cgit v1.2.3-70-g09d2