mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
dockerfile: install dependencies first to speed up updates
This commit is contained in:
parent
74276f58f3
commit
c9a0259604
@ -8,6 +8,7 @@ COPY uwsgi.ini /uwsgi/
|
|||||||
RUN pip install gevent==1.1.2 certauth youtube-dl boto uwsgi urllib3
|
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 git+https://github.com/t0m/pyamf.git@python3
|
||||||
RUN pip install webassets pyyaml brotlipy
|
RUN pip install webassets pyyaml brotlipy
|
||||||
|
RUN pip install six chardet requests redis jinja2 'surt>=0.3.0' webencodings
|
||||||
|
|
||||||
RUN mkdir /pywb
|
RUN mkdir /pywb
|
||||||
ADD . /pywb
|
ADD . /pywb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user