Commit 6e00617e authored by Holger Brunn's avatar Holger Brunn Committed by Godefroid Chapelle

Set unicode locale in centos

parent 6446b54b
FROM centos as centos-python
RUN yum install -y make gcc openssl-devel libffi-devel sqlite-devel
ARG PYTHON_VER
ENV LC_CTYPE="en_US.UTF-8"
ENV LC_ALL C.UTF-8
RUN mkdir buildout
WORKDIR /buildout
COPY Makefile Makefile.configure /buildout/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment