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

Quiet pip output

parent d756cb6e
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,8 @@ ENV NRF52_SDK_ROOT /usr/nrf52-sdk
# Install sphinx and sphinx_rtd_theme, required for building and testing the
# readthedocs API documentation
RUN pip install --upgrade pip
RUN pip install setuptools
RUN pip install sphinx_rtd_theme sphinx
RUN pip -q install --upgrade pip
RUN pip -q install setuptools && pip -q install sphinx_rtd_theme sphinx
# Create user, enable X forwarding, add to group dialout
# -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment