1 Star 0 Fork 0

os4us/bili2.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
zsnmwy 提交于 2019-03-08 21:26 . support docker
FROM python:3.6-alpine
MAINTAINER zsnmwy <szlszl35622@gmail.com>
ENV LIBRARY_PATH=/lib:/usr/lib
WORKDIR /app
RUN apk add --no-cache --virtual bili git build-base python-dev py-pip jpeg-dev zlib-dev && \
git clone https://github.com/yjqiang/bili2.0.git /app && \
pip install --no-cache-dir -r requirements.txt && \
rm -r /var/cache/apk && \
rm -r /usr/share/man && \
apk del bili && \
apk add --no-cache libjpeg-turbo git
CMD git pull && \
pip install --no-cache-dir -r requirements.txt && \
python ./run.py
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hustytang/bili2.0.git
git@gitee.com:hustytang/bili2.0.git
hustytang
bili2.0
bili2.0
master

搜索帮助