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

dockerfile: install dependencies first to speed up updates

This commit is contained in:
Ilya Kreymer 2016-11-21 21:33:04 -08:00
parent 74276f58f3
commit c9a0259604

View File

@ -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