From de44110391c811a3bb2610f5d56d16a786ebbaec Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 24 Oct 2016 19:05:45 +0000 Subject: [PATCH] update to pywb 0.33.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 075b3e47..98b9385d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.5.2 RUN pip install gevent uwsgi bottle urllib3 youtube-dl -RUN pip install git+https://github.com/ikreymer/pywb.git@develop#egg=pywb-0.32.2 +RUN pip install git+https://github.com/ikreymer/pywb.git@master#egg=pywb-0.33.0 #RUN pip install pywb RUN pip install git+https://github.com/t0m/pyamf.git@python3