Star
31
Fork
1
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
项目讨论
Wiki
项目成员
5
分析
项目设置
Star
31
Fork
1
master
holehe
/
Dockerfile
下载
A
anon-dev
Adds Dockerfile and updates README.md
a4c45e77
创建于
2023年12月13日
历史提交
FROM
python:
3.11
-slim-bullseye
COPY
. /opt/holehe
WORKDIR
/opt/holehe
RUN
python3 setup.py install