dramforever
2020-03-23 20:33:02 +08:00
parent 0babe7557c
commit a14304c1b2
2 changed files with 21 additions and 33 deletions

View File

@ -1,7 +1,7 @@
FROM python:3-buster
MAINTAINER Wang Ruikang <dramforever@live.com>
RUN pip3 install pyquery requests && \
RUN pip3 install pyquery requests minio && \
# 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 && \