From 577ced76f0c3c784931126c65d0ef1983959c8db Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 28 Nov 2016 10:35:15 -0800 Subject: [PATCH] dockerfile: set fixed requests version to avoid encoding issues in latest requests --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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