Commit d52e95bd authored by daidekun's avatar daidekun

npm

parent d17a4fec
......@@ -15,6 +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
# 安装日志组件
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
# 安装控制台组件
RUN git clone https://git.coding.net/tywldx/demoXterm.git
RUN cd demoXterm
......@@ -23,10 +29,4 @@ RUN npm install node-pty
RUN npm run build
RUN gulp build
# 安装日志组件
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
RUN alias "la=ls -al"
\ No newline at end of file
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