Skip to content

Commit

Permalink
Fix issue with locale-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
dragly committed Jun 23, 2017
1 parent 4810bd1 commit 70258e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ WORKDIR /app
RUN apt-get -qq update
RUN apt-get install -qq sudo apt-utils

RUN sudo apt-get install -qq curl p7zip-full git build-essential python snapcraft qt5-default libpulse-dev locales

RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen
ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en

RUN sudo apt-get update -qq
RUN sudo apt-get install -qq curl p7zip-full git build-essential python snapcraft qt5-default libpulse-dev
ADD qt5-ubuntu.sh /qt5-ubuntu.sh
RUN bash /qt5-ubuntu.sh /opt/qt5 extra-charts 3d base declarative graphicaleffects imageformats multimedia quickcontrols quickcontrols2 sensors svg tools translations xmlpatterns

0 comments on commit 70258e9

Please sign in to comment.