Commit 31a2d47b authored by daidekun's avatar daidekun

日志组件

parent a9da4921
...@@ -11,7 +11,9 @@ ENV PATH $PATH:$JAVA_HOME/bin ...@@ -11,7 +11,9 @@ ENV PATH $PATH:$JAVA_HOME/bin
# 为了减小生成的镜像的体积,删除包和jdk源码 # 为了减小生成的镜像的体积,删除包和jdk源码
RUN rm -rf jdk-8u144-linux-x64.tar.gz ./jdk1.8.0_144/src.zip RUN rm -rf jdk-8u144-linux-x64.tar.gz ./jdk1.8.0_144/src.zip
# 安装日志组件
RUN curl -sL https://rpm.nodesource.com/setup_8.x | bash - RUN curl -sL https://rpm.nodesource.com/setup_8.x | bash -
RUN yum install -y nodejs RUN yum install -y nodejs
RUN yum install -y git
RUN alias "la=ls -al" 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