bump bandersnatch to 2.2.1

This commit is contained in:
Hui Yiqun 2018-10-21 21:40:11 +08:00
parent cdb6868bb8
commit 1c530dac77

View File

@ -9,8 +9,7 @@ RUN echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main contrib n
RUN apt-get update && \ 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 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 && \ RUN pip3 install bandersnatch==2.2.1
pip install bandersnatch==1.11
RUN pip3 install requests pyyaml RUN pip3 install requests pyyaml