cChardet/dockerfiles/develop/Dockerfile

6 lines
142 B
Text
Raw Normal View History

2020-10-07 17:56:06 +08:00
FROM python:3.9-buster
2015-09-07 16:37:02 +08:00
RUN pip install -U cython chardet nose
RUN git clone https://github.com/PyYoshi/cChardet.git /usr/local/src/cChardet