Set locales properly
This commit is contained in:
		@@ -2,6 +2,14 @@ FROM debian:unstable
 | 
			
		||||
 | 
			
		||||
COPY . /
 | 
			
		||||
 | 
			
		||||
RUN export DEBIAN_FRONTEND=noninteractive &&\
 | 
			
		||||
    apt-get update                        &&\
 | 
			
		||||
    apt-get install -y locales
 | 
			
		||||
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&\
 | 
			
		||||
    dpkg-reconfigure --frontend=noninteractive locales                   &&\
 | 
			
		||||
    update-locale LANG=en_US.UTF-8
 | 
			
		||||
ENV LANG en_US.UTF-8 
 | 
			
		||||
 | 
			
		||||
RUN export DEBIAN_FRONTEND=noninteractive &&\
 | 
			
		||||
    apt-get update                        &&\
 | 
			
		||||
    apt-get install -y \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user