1 Star 2 Fork 2

loa123/epicgames-claimer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile-alpine 316 Bytes
一键复制 编辑 原始数据 按行查看 历史
luminoleon 提交于 2021-12-04 21:36 . Bypass CAPTCHA in Alpine
FROM python:3.9-alpine3.12
LABEL maintainer="Luminoleon <[email protected]>"
ENV TZ=Asia/Shanghai
COPY requirements.txt /
RUN pip3 install --no-cache-dir -r requirements.txt \
&& apk add --no-cache chromium
COPY *.py /
ENTRYPOINT [ "python3", "-u", "main.py", "-c", "chromium-browser" ]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/loa123/epicgames-claimer.git
[email protected]:loa123/epicgames-claimer.git
loa123
epicgames-claimer
epicgames-claimer
main

搜索帮助