1 Star 0 Fork 0

Kaffu-Chino/Vtb_Record_Docker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kaffu Chino 提交于 2021-06-20 19:15 . Update Dockerfile
FROM python:3.9.0-buster
LABEL name="Kaffu Chino" mail="kaffu-chino@outlook.com"
# VOLUME /bili_rec/conf
# ENV config_dir /bili_rec/conf
ENV config_url https://github.com/Kaffu-Chino/Vtb_Record_Docker.git
RUN pip install --upgrade streamlink && echo "install streamlink"
RUN mkdir vtb_record && mkdir outdir
WORKDIR /vtb_record
RUN wget https://github.com/fzxiao233/Vtb_Record/releases/download/0.6.1/Vtb_Record_0.6.1_Linux_amd64.tar.gz && tar -zxvf Vtb_Record_0.6.1_Linux_amd64.tar.gz
RUN git clone $config_url
RUN cp ./Vtb_Record_Docker/config.json ./
# RUN ["/bin/sh","-c","cp \" $config_dir \"/config.json ./ "]
CMD ["sh","-c","./Vtb_Record"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cafu-chino/Vtb_Record_Docker.git
git@gitee.com:cafu-chino/Vtb_Record_Docker.git
cafu-chino
Vtb_Record_Docker
Vtb_Record_Docker
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385