mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:52:46 +00:00
Merge branch 'master' of github.com:tuna/tunasync-scripts
This commit is contained in:
commit
eb2ad6f788
|
|
@ -2,7 +2,7 @@ FROM debian:buster
|
|||
MAINTAINER Wang Ruikang <dramforever@live.com>
|
||||
|
||||
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 && \
|
||||
# Install Nix. To simplify management we only copy binaries and create
|
||||
# symlinks, and do no further configuration
|
||||
|
|
|
|||
Loading…
Reference in New Issue