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