Add LANG to Dockerfile

pull/3214/head
Niklas Claesson 7 years ago committed by Jussi Pakkanen
parent 7074bcb88a
commit e4ec7989e8
  1. 2
      ciimage/Dockerfile

@ -14,3 +14,5 @@ RUN apt-get -y update && apt-get -y upgrade \
&& apt-get -y install libwmf-dev \
&& apt-get -y install qt4-linguist-tools qttools5-dev-tools \
&& python3 -m pip install hotdoc codecov
ENV LANG='C.UTF-8'

Loading…
Cancel
Save