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:
parent
1ef0a54988
commit
577ced76f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user