1 Star 0 Fork 0

凉鞋/lunamark_sync

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
ARG FROM=ubuntu:latest
FROM $FROM
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -qy update \
&& apt-get -qy install --no-install-suggests --no-install-recommends \
build-essential \
git \
luarocks \
tidy \
&& luarocks install diff \
&& luarocks install luafilesystem
COPY . /opt/lunamark
WORKDIR /opt/lunamark
RUN make
RUN rm -rf /opt/lunamark \
apt-qet remove \
git \
luarocks \
&& apt-get -qy clean \
&& apt-get -qy autoremove --purge
ENTRYPOINT ["/usr/local/bin/lunamark"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liangxiegame/lunamark_sync.git
git@gitee.com:liangxiegame/lunamark_sync.git
liangxiegame
lunamark_sync
lunamark_sync
master

搜索帮助