+deb-src [trusted=yes] http://mirrors.163.com/debian/ buster-backports main non-free contrib\n \ +deb-src [trusted=yes] http://mirrors.163.com/debian-security/ buster/updates main non-free contrib\n' \ +> /etc/apt/sources.list
RUN cat > /etc/apt/sources.list << EOF xxx EOF
it seems that dockerfile does not support this kind of style.
Thanks, Luan Shengde
+RUN apt-get update && \
- apt-get install -y git ruby ruby-dev make libssl-dev gcc g++ sudo uuid-runtime
+RUN gem sources --add https://gems.ruby-china.com/
RUN gem sources --add https://gems.ruby-china.com/ \ gem xxx
Thanks, Shenwei
+RUN gem sources --remove https://rubygems.org/ +RUN gem install git faye-websocket activesupport rest-client
+WORKDIR /root
+RUN git clone https://gitee.com/wu_fengguang/lkp-tests.git
+RUN cd lkp-tests && make install
2.23.0