Commit f90ee8a6 authored by daidekun's avatar daidekun

控制台组件

parent 8013d274
......@@ -11,6 +11,16 @@ ENV PATH $PATH:$JAVA_HOME/bin
# 为了减小生成的镜像的体积,删除包和jdk源码
RUN rm -rf jdk-8u144-linux-x64.tar.gz ./jdk1.8.0_144/src.zip
# 安装必要打包库
RUN yum install -y make gcc*
# 安装控制台组件
RUN git clone http://192.168.3.60/QA/xterm.git
RUN npm install
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
......
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