mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-01 15:35:45 +00:00
curl is required
This commit is contained in:
parent
6e35c9268e
commit
1e361e24f6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user