From c9a02596042dbcd66a7e4d9a45a344e6f20c512a Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 21 Nov 2016 21:33:04 -0800 Subject: [PATCH] dockerfile: install dependencies first to speed up updates --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3fc8617f..00486af1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +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 mkdir /pywb ADD . /pywb