Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

perl: warning: Setting locale failed. #88

Open
zalyoung opened this issue Dec 25, 2018 · 0 comments
Open

perl: warning: Setting locale failed. #88

zalyoung opened this issue Dec 25, 2018 · 0 comments

Comments

@zalyoung
Copy link
Contributor

What I'd like to do:
Solve the below warning during Docker image build.

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LANG = "en_US.utf8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: delaying package configuration, since apt-utils is not installed

Steps I've done:

# git clone https://github.com/gocd/docker-gocd-agent-debian-8.git
# cd docker-gocd-agent-debian-8
# docker build -t docker-gocd-agent-debian-8 .

Questions:
I found the my GoCD agent pod can not support Chinese characters during Gradle build

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':account-management-service:generateGitProperties'.
> Malformed input or input contains unmappable characters: /godata/pipelines/a-management-gocd-test/app/a-management-service/src/main/resources/xlxs feature toogle steUp ??????.md

Is this problem related to the warning during the image build?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant