1 Star 0 Fork 0

fanyangchu/w13scan1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
boy-hack 提交于 2020-05-18 18:58 . add dockerfile
FROM python:3.8-alpine3.10
MAINTAINER master@hacking8.com
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
RUN apk update && apk --no-cache add git build-base libffi-dev libxml2-dev libxslt-dev libressl-dev
ADD requirements.txt /requirements.txt
RUN pip install -r /requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
ADD . /w13scan/
WORKDIR /w13scan/W13SCAN
ENTRYPOINT ["/bin/ash"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fanych/w13scan1.git
git@gitee.com:fanych/w13scan1.git
fanych
w13scan1
w13scan1
master

搜索帮助