Skip to content

Commit

Permalink
Override locale with en_GB.UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Gréau committed Aug 18, 2016
1 parent 5b347b2 commit 4ce89bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jdk7-maven32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ ENV LOCAL_DEPENDENCIES_DIR ${EXOR_HOME}/exo-dependencies
ENV BACKUPS_DIR ${EXOR_HOME}/backup

USER root

# Override locale to be align with CI server (no docker)
# To fix when all CI jobs will be in docker
RUN locale-gen en_GB.UTF-8
ENV LANG en_GB.UTF-8
ENV LANGUAGE en_GB:en
ENV LC_ALL en_GB.UTF-8

#
# Server directories layout
#
Expand Down

0 comments on commit 4ce89bf

Please sign in to comment.