bandersnatch: use latest version(5.0.0) in py39

This commit is contained in:
Miao Wang 2021-05-02 21:51:59 +08:00
parent b707cce61e
commit fa307b9d2b
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ RUN apt-get update && \
apt-get install -y wget curl rsync lftp git jq python3-dev python3-pip yum-utils createrepo aria2 ack composer php-curl php-zip
RUN STATIC_DEPS=true pip3 install pyquery
RUN pip3 install requests[socks] pyyaml gsutil awscli bandersnatch==3.6.0
RUN pip3 install requests[socks] pyyaml gsutil awscli
RUN cd /usr/local && git clone --depth 1 https://github.com/tuna/composer-mirror.git && cd composer-mirror && composer i
COPY composer-mirror.config.php /usr/local/composer-mirror/config.php

View File

@ -1,4 +1,4 @@
FROM python:3.8-alpine
FROM python:3.9-alpine
RUN apk add --update --no-cache --virtual .build-deps \
g++ \