From 6981b7af5472c2729a69f8d5c3154db1ba74f767 Mon Sep 17 00:00:00 2001 From: taoky Date: Sat, 2 Jan 2021 18:37:12 +0800 Subject: [PATCH] minio-py 7.0.0 has "Lots of APIs and functions been refactored", and breaks current sync script. Ref to https://github.com/ustclug/ustcmirror-images/commit/bf39c0e5d5c92099b2ae1ad6d84c4e53a387c0d4 Co-authored-by: dramforever --- dockerfiles/nix-channels/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/nix-channels/Dockerfile b/dockerfiles/nix-channels/Dockerfile index 7f3d7d4..7069cdd 100644 --- a/dockerfiles/nix-channels/Dockerfile +++ b/dockerfiles/nix-channels/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Wang Ruikang RUN apt-get update && \ apt-get install -y python3-dev python3-pip curl && \ - pip3 install pyquery requests minio && \ + pip3 install pyquery requests minio==6.0.2 && \ # Install Nix. To simplify management we only copy binaries and create # symlinks, and do no further configuration curl https://mirrors.tuna.tsinghua.edu.cn/nix/nix-2.3.2/nix-2.3.2-x86_64-linux.tar.xz -o /tmp/nix.tar.xz && \