mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
docker image based on debian:buster
This commit is contained in:
parent
2f454794cf
commit
5c2db12bba
@ -1,8 +1,8 @@
|
||||
FROM python:3.7-buster
|
||||
FROM debian:buster
|
||||
MAINTAINER Justin Wong <yuzhi.wang@tuna.tsinghua.edu.cn>
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y wget curl rsync lftp git jq python-dev python-pip yum-utils createrepo aria2 awscli ack composer php-curl php-zip
|
||||
apt-get install -y wget curl rsync lftp git jq python3-dev python3-pip yum-utils createrepo aria2 awscli ack composer php-curl php-zip
|
||||
|
||||
RUN STATIC_DEPS=true pip3 install pyquery
|
||||
RUN pip3 install requests[socks] pyyaml gsutil bandersnatch==3.6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user