Skip to content

Commit

Permalink
Add unicode support to avoi gradle crash. gradle/gradle#3117
Browse files Browse the repository at this point in the history
  • Loading branch information
DrakorBofh committed Feb 6, 2018
1 parent 772d788 commit 79e9036
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# GitLab CI: Android v0.2
# GitLab CI: Android v1
#
# https://hub.docker.com/r/drakor/gitlab-ci-android/
#
Expand Down Expand Up @@ -42,8 +42,12 @@ RUN apt-get -qq update && \
python2.7 \
python2.7-dev \
yamdi \
locales \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN locale-gen en_US.UTF-8
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

RUN rm -f /etc/ssl/certs/java/cacerts; \
/var/lib/dpkg/info/ca-certificates-java.postinst configure

Expand Down

0 comments on commit 79e9036

Please sign in to comment.