Project

General

Profile

« Previous | Next » 

Revision f2d37acd

Added by Katja Luther over 1 year ago

set encoding for docker - continue

View differences:

src/main/docker/production/Dockerfile
23 23
ENV CPU_CORES=1
24 24
ENV DATASOURCES=$CDM_HOME/.cdmLibrary/datasources.xml
25 25

  
26

  
27

  
28

  
29

  
30 26
# java options which can be overwritten
31 27
ENV JAVA_OPTIONS="-Dspring.profiles.active=remoting"
32 28

  
......
44 40
RUN apt-get update; apt-get install -y openjdk-8-jre-headless libjemalloc1; apt-get clean
45 41
#set encoding
46 42
RUN apt-get clean && apt-get update && apt-get install -y locales
43
RUN export LC_ALL=en_US.UTF-8
44
RUN export LANG=en_US.UTF-8
47 45
RUN locale-gen en_US.UTF-8
48 46
ENV LANG en_US.UTF-8
49 47
ENV LANGUAGE en_US:en

Also available in: Unified diff