1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

dockerfile: set fixed requests version to avoid encoding issues in latest requests

This commit is contained in:
Ilya Kreymer 2016-11-28 10:35:15 -08:00
parent 1ef0a54988
commit 577ced76f0

View File

@ -8,7 +8,7 @@ COPY uwsgi.ini /uwsgi/
RUN pip install gevent==1.1.2 certauth youtube-dl boto uwsgi urllib3
RUN pip install git+https://github.com/t0m/pyamf.git@python3
RUN pip install webassets pyyaml brotlipy
RUN pip install six chardet requests redis jinja2 'surt>=0.3.0' webencodings
RUN pip install six chardet 'requests<2.12' redis jinja2 'surt>=0.3.0' webencodings
RUN mkdir /pywb
ADD . /pywb