You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#5 7.344 perl: warning: Setting locale failed.
#5 7.344 perl: warning: Please check that your locale settings:
#5 7.344 LANGUAGE = (unset),
#5 7.344 LC_ALL = "en_US.UTF-8",
#5 7.344 LANG = "en_US.UTF-8"
#5 7.344 are supported and installed on your system.
#5 7.344 perl: warning: Falling back to the standard locale ("C").
#5 58.21 Setting up ucf (3.0038+nmu1) ...
#5 58.26 locale: Cannot set LC_CTYPE to default locale: No such file or directory
#5 58.26 locale: Cannot set LC_MESSAGES to default locale: No such file or directory
#5 58.26 locale: Cannot set LC_ALL to default locale: No such file or directory
this final set of error messages repeats multiple times...
I don't know enough about locales and debian to know if this might be resolved if we simply flipped the order to first generate the locale and then tried to set it?
The text was updated successfully, but these errors were encountered:
👋 This issue has been marked as stale because it has been open for 2 years with no activity. You can comment on the issue to hold stalebot off for a while, or do nothing. If you do nothing, this issue will be closed eventually by the stalebot. Please see CONTRIBUTING.md for more policy details.
Here we try to set
LC_ALL
:dependabot-core/Dockerfile
Line 10 in 58fd749
However, in the actual output of the build, I see the following errors:
this final set of error messages repeats multiple times...
I don't know enough about locales and debian to know if this might be resolved if we simply flipped the order to first generate the locale and then tried to set it?
The text was updated successfully, but these errors were encountered: