Commit 1f760cc6 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Problem: UnicodeEncodeError on CentOS 3.5 and 3.6

Solution: install glibc-langpack
parent dd12cec9
FROM centos as centos-python
RUN yum install -y make gcc openssl-devel libffi-devel sqlite-devel
RUN yum install -y make gcc openssl-devel libffi-devel sqlite-devel glibc-langpack-en
ARG PYTHON_VER
ENV LC_ALL C.UTF-8
RUN mkdir 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