From c8d438d51ace471893f903f18a730066bffbc324 Mon Sep 17 00:00:00 2001 From: Yuxiang Zhang Date: Mon, 25 Mar 2019 22:32:38 +0800 Subject: [PATCH] upgrade bandersntch (close #22) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 323dc44..4c9e197 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main contrib n RUN apt-get update && \ apt-get install -y wget curl rsync lftp git jq python-dev python-pip yum-utils createrepo aria2 -RUN pip3 install bandersnatch==3.1.2 +RUN pip3 install git+https://github.com/tuna/bandersnatch.git@master RUN STATIC_DEPS=true pip3 install pyquery RUN pip3 install requests pyyaml