mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-01 07:22:45 +00:00
minio-py 7.0.0 has "Lots of APIs and functions been refactored", and breaks current sync script.
Ref to bf39c0e5d5
Co-authored-by: dramforever <dramforever@live.com>
This commit is contained in:
parent
76d66ce482
commit
6981b7af54
@ -3,7 +3,7 @@ MAINTAINER Wang Ruikang <dramforever@live.com>
|
||||
|
||||
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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user