Commit 5808ebc4 authored by kalvin's avatar kalvin

f

parent 557bac5c
FROM centos
# 安装工具
RUN yum update \
&& yum install -y make gcc* \
&& yum install -y git \
&& yum install -y vim \
&& yum install -y wget \
&& yum install -y sysvinit-tools \
&& yum install -y telnet
RUN yum -y update
RUN yum install -y make gcc*
RUN yum install -y git
RUN yum install -y vim
RUN yum install -y wget
RUN yum install -y sysvinit-tools
RUN yum install -y telnet
# 安装node
RUN curl -sL https://rpm.nodesource.com/setup_8.x | bash -
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment