Update Dockerfile

This commit is contained in:
Yuxiang Zhang 2020-03-24 20:43:19 +08:00 committed by GitHub
parent 61d91075c7
commit 41bdd804d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
FROM debian:buster FROM debian:buster
MAINTAINER Wang Ruikang <dramforever@live.com> MAINTAINER Wang Ruikang <dramforever@live.com>
RUN apt install python3-dev python3-pip && \ RUN apt-get update && \
apt-get install -y python3-dev python3-pip && \
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