6 lines
142 B
Text
6 lines
142 B
Text
|
FROM python:3.4-wheezy
|
||
|
|
||
|
RUN pip install -U cython chardet nose
|
||
|
|
||
|
RUN git clone https://github.com/PyYoshi/cChardet.git /usr/local/src/cChardet
|