Quiet git clone
This commit is contained in:
parent
20fa52997c
commit
d756cb6e48
@ -90,7 +90,7 @@ RUN sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E
|
||||
&& sudo apt-get clean
|
||||
|
||||
# Download, build and install Renode
|
||||
RUN git clone https://github.com/renode/renode.git \
|
||||
RUN git clone --quiet https://github.com/renode/renode.git \
|
||||
&& cd ${HOME}/renode \
|
||||
&& git checkout v1.3 \
|
||||
&& ./build.sh
|
||||
|
Loading…
Reference in New Issue
Block a user