Commit 5d4867fe authored by wentao.suo's avatar wentao.suo

edit jenkins docker slave

parent 7665d22d
FROM 192.168.4.36/baseimg/jenkins-slave
USER root
WORKDIR /root
# wget node-v8.9.1-linux-x64.tar.xz
ADD ./node-v8.9.1-linux-x64.tar.xz /usr/local
ENV PATH $PATH:/usr/local/node-v8.9.1-linux-x64/bin
RUN npm install bower -g
RUN yum upgrade -y && yum install -y gcc-c++ tar
\ 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