
4 Feb
2021
4 Feb
'21
9:09 a.m.
+RUN gem sources --add https://gems.ruby-china.com/ && \ + gem sources --remove https://rubygems.org/ + +RUN gem install git faye-websocket activesupport rest-client + +WORKDIR /root
The root is not good for workdir, create and use a normal account.
for root is the user running the project. just use its home dir is enough. thanks Luan Shengde
Thanks, Xueliang
+ +RUN git clone https://gitee.com/wu_fengguang/lkp-tests.git +RUN cd lkp-tests && make install -- 2.23.0