Skip to content
Snippets Groups Projects
Commit d756cb6e authored by George Oikonomou's avatar George Oikonomou
Browse files

Quiet git clone

parent 20fa5299
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment