set LANG env for poky builds

Signed-off-by: Mustafa Yücel <mustafa.yuecel@siemens.com>
This commit is contained in:
Mustafa Yücel 2017-06-28 18:05:05 +02:00 committed by Daniel Wagner
parent 8084437140
commit cb6a432929

View File

@ -24,4 +24,6 @@ RUN wget -nv -O /usr/bin/gosu "https://github.com/tianon/gosu/releases/download/
COPY . /kas
RUN pip3 install /kas
ENV LANG=$LOCALE
ENTRYPOINT ["/kas/docker-entrypoint"]