Merge branch 'master' of github.com:tuna/tunasync-scripts

This commit is contained in:
z4yx 2020-03-25 09:31:59 +08:00
commit eb2ad6f788

View File

@ -2,7 +2,7 @@ FROM debian:buster
MAINTAINER Wang Ruikang <dramforever@live.com> MAINTAINER Wang Ruikang <dramforever@live.com>
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y python3-dev python3-pip && \ apt-get install -y python3-dev python3-pip curl && \
pip3 install pyquery requests minio && \ pip3 install pyquery requests minio && \
# Install Nix. To simplify management we only copy binaries and create # Install Nix. To simplify management we only copy binaries and create
# symlinks, and do no further configuration # symlinks, and do no further configuration