mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 12:42:50 +00:00
[nix-channels] Docker image based on debian:buster
This commit is contained in:
parent
04dc6f63f6
commit
61d91075c7
@ -1,7 +1,8 @@
|
||||
FROM python:3-buster
|
||||
FROM debian:buster
|
||||
MAINTAINER Wang Ruikang <dramforever@live.com>
|
||||
|
||||
RUN pip3 install pyquery requests minio && \
|
||||
RUN apt install python3-dev python3-pip && \
|
||||
pip3 install pyquery requests minio && \
|
||||
# Install Nix. To simplify management we only copy binaries and create
|
||||
# symlinks, and do no further configuration
|
||||
curl https://mirrors.tuna.tsinghua.edu.cn/nix/nix-2.3.2/nix-2.3.2-x86_64-linux.tar.xz -o /tmp/nix.tar.xz && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user