1 Star 0 Fork 0

Ong / atom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kevin Sawicki 提交于 2014-10-23 09:11 . :memo:Tweak image description
# VERSION: 0.1
# DESCRIPTION: Image to build Atom and create a .rpm file
# Base docker image
FROM fedora:20
# Install dependencies
RUN yum install -y \
make \
gcc \
gcc-c++ \
glibc-devel \
git-core \
libgnome-keyring-devel \
rpmdevtools
# Install node
RUN curl -sL https://rpm.nodesource.com/setup | bash -
RUN yum install -y nodejs
ADD . /atom
WORKDIR /atom
CoffeeScript
1
https://gitee.com/happysha/atom.git
git@gitee.com:happysha/atom.git
happysha
atom
atom
master

搜索帮助