curl is required

This commit is contained in:
Yuxiang Zhang 2020-03-24 21:22:23 +08:00 committed by GitHub
parent 6e35c9268e
commit 1e361e24f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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