diff --git a/Dockerfile b/Dockerfile index 00486af1..e4facc66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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