From a59088d95bd3ad50dd72f3d9a000c7f5ce416f13 Mon Sep 17 00:00:00 2001 From: z4yx Date: Tue, 2 Jun 2020 22:03:55 +0800 Subject: [PATCH] bring bandersnatch 3.6 back for comparsion --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d567c3..a47fd1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 +RUN pip3 install requests[socks] pyyaml gsutil awscli bandersnatch==3.6.0 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