From 1c530dac77919943937528aa503cbf4a6062d368 Mon Sep 17 00:00:00 2001 From: Hui Yiqun Date: Sun, 21 Oct 2018 21:40:11 +0800 Subject: [PATCH] bump bandersnatch to 2.2.1 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6be75c7..5e25a81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +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 python3-dev python3-pip aria2 -RUN pip install --upgrade pip setuptools && \ - pip install bandersnatch==1.11 +RUN pip3 install bandersnatch==2.2.1 RUN pip3 install requests pyyaml