mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
add Amazon S3 sync script
This commit is contained in:
parent
f68ddfb7a1
commit
e0cb8ec4ee
@ -7,7 +7,7 @@ RUN echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main contrib n
|
|||||||
echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian-security/ stretch/updates main contrib non-free" >> /etc/apt/sources.list
|
echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian-security/ stretch/updates main contrib non-free" >> /etc/apt/sources.list
|
||||||
|
|
||||||
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 awscli
|
||||||
|
|
||||||
RUN pip3 install git+https://github.com/tuna/bandersnatch.git@master
|
RUN pip3 install git+https://github.com/tuna/bandersnatch.git@master
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user