cChardet/dockerfiles/develop/Dockerfile
Marat Sharafutdinov 5fee5cd335 Support Python 3.9
2020-10-07 13:03:28 +03:00

5 lines
142 B
Docker

FROM python:3.9-buster
RUN pip install -U cython chardet nose
RUN git clone https://github.com/PyYoshi/cChardet.git /usr/local/src/cChardet