Skip to content
Snippets Groups Projects
Commit 82003962 authored by Jan Grewe's avatar Jan Grewe
Browse files

Merge branch 'master' of github.com:jangrewe/gitlab-ci-android

parents 2668c000 60978345
Branches
Tags
No related merge requests found
...@@ -27,7 +27,10 @@ RUN apt-get -qq update && \ ...@@ -27,7 +27,10 @@ RUN apt-get -qq update && \
lib32ncurses5 \ lib32ncurses5 \
lib32z1 \ lib32z1 \
unzip \ unzip \
locales \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && 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; \ RUN rm -f /etc/ssl/certs/java/cacerts; \
/var/lib/dpkg/info/ca-certificates-java.postinst configure /var/lib/dpkg/info/ca-certificates-java.postinst configure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment