mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
Merge branch 'master' of https://github.com/tuna/tunasync-scripts
This commit is contained in:
commit
f3bcc3aaea
@ -8,11 +8,9 @@ RUN echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main contrib n
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y wget curl rsync lftp git jq python-dev python-pip yum-utils createrepo aria2 awscli ack
|
||||
|
||||
RUN pip3 install git+https://github.com/tuna/bandersnatch.git@master
|
||||
|
||||
RUN STATIC_DEPS=true pip3 install pyquery
|
||||
RUN pip3 install requests pyyaml
|
||||
RUN pip3 install requests pyyaml bandersnatch==3.6.0
|
||||
|
||||
RUN mkdir -p /home/tunasync-scripts
|
||||
ADD https://storage.googleapis.com/git-repo-downloads/repo /usr/local/bin/aosp-repo
|
||||
|
@ -1,8 +1,8 @@
|
||||
FROM google/dart:2.1.1
|
||||
FROM google/dart:2
|
||||
MAINTAINER Hui Yiqun <i@huiyiqun.me>
|
||||
|
||||
ENV PUB_CACHE /pub-cache
|
||||
|
||||
RUN pub global activate pub_mirror 1.0.6
|
||||
RUN pub global activate pub_mirror 1.0.7
|
||||
|
||||
CMD /bin/bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user