diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 208c15fea..e380e5efc 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,6 +9,8 @@ pipelines: - step: script: - locale + - locale-gen "en_US.UTF-8" + - dpkg-reconfigure locales - cat /etc/*-release - uname -a - grep -i processor /proc/cpuinfo | wc -l