Commit ae5d4a2a authored by daidekun's avatar daidekun

node

parent d52e95bd
......@@ -15,10 +15,12 @@ RUN rm -rf jdk-8u144-linux-x64.tar.gz ./jdk1.8.0_144/src.zip
RUN yum install -y make gcc*
RUN yum install -y git
# 安装日志组件
# 安装node
RUN curl -sL https://rpm.nodesource.com/setup_8.x | bash -
RUN yum install -y nodejs
RUN yum install -y git
# 安装日志组件
RUN npm i frontail -g --registry=https://registry.npm.taobao.org
# 安装控制台组件
......
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