1 Star 0 Fork 1

Cormac / epicgames-claimer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 790 Bytes
一键复制 编辑 原始数据 按行查看 历史
luminoleon 提交于 2022-01-08 10:20 . Bugfix
FROM ubuntu:18.04
LABEL maintainer="Luminoleon <luminoleon@outlook.com>"
ENV DEBIAN_FRONTEND=noninteractive TZ=Asia/Shanghai
COPY requirements.txt /
RUN apt-get update \
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
&& apt-get install -y --no-install-recommends tzdata chromium-browser \
&& apt-get install -y --no-install-recommends python3 python3-pip python3-idna python3-setuptools python3-pkg-resources \
&& pip3 install --no-cache-dir -r requirements.txt \
&& apt-get purge -y python3-pip python3-setuptools \
&& apt-get autoremove -y \
&& apt-get clean \
&& apt-get autoclean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY *.py /
ENTRYPOINT [ "python3", "-u", "main.py", "-c", "chromium-browser" ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cormac/epicgames-claimer.git
git@gitee.com:cormac/epicgames-claimer.git
cormac
epicgames-claimer
epicgames-claimer
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891