Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an issue with gradle daemon on gitlab-ci #25

Merged
merged 1 commit into from
Jun 8, 2018

Conversation

bastienpaulfr
Copy link
Contributor

Issue is described here : gradle/gradle#3117

I've added this in Docker file :

RUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/* \
	&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
ENV LANG en_US.UTF-8

I've also added openssh-client to be able to add some trick with ssh on .gitlab-ci.yml

…s if commit message is containing non ascii characters
@mindrunner
Copy link
Owner

Hi, thanks for the contribution. Can you please check if this also affects the Alpine image and if so, fix that one as well?

@bastienpaulfr
Copy link
Contributor Author

Hi,

This does not affect alpine image. I've just check that. :-)

Nevertheless, it would be nice to have ssh utilities on alpine (I'm not familiar with alpine so I won't do any modifications for it)

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

Successfully merging this pull request may close these issues.

None yet

2 participants