upgrade bandersntch (close #22)

This commit is contained in:
Yuxiang Zhang 2019-03-25 22:32:38 +08:00 committed by GitHub
parent 44673378b6
commit c8d438d51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +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 aria2 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 STATIC_DEPS=true pip3 install pyquery
RUN pip3 install requests pyyaml RUN pip3 install requests pyyaml