1 Star 0 Fork 1

foxflying/genesis

forked from Gitee 极速下载/genesis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
Roy Marantz 提交于 2018-08-07 03:44 +08:00 . support for adding iptables
FROM centos:6
MAINTAINER Tumblr Genesis Support <genesis-support@tumblr.com>
ENV OUTPUT_DIR /output
ENV GENESIS_DIR /genesis
VOLUME /output
# needed for livecd-creator
RUN curl -o epel.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm && \
rpm -ivh epel.rpm && \
rm epel.rpm
RUN yum install -y livecd-tools createrepo curl rpm-build && \
yum clean all
COPY . /genesis
WORKDIR /genesis
# perform the build of the image at runtime
CMD ["/genesis/docker-entrypoint.sh"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/foxflying/genesis.git
git@gitee.com:foxflying/genesis.git
foxflying
genesis
genesis
master

搜索帮助