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

Quiet unzip

parent 3c9eafc8
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ ENV PATH="/usr/ba-elf-gcc/bin:${PATH}"
## Install nRF52 SDK
RUN wget -nv https://developer.nordicsemi.com/nRF5_IoT_SDK/nRF5_IoT_SDK_v0.9.x/nrf5_iot_sdk_3288530.zip && \
mkdir /usr/nrf52-sdk && \
unzip nrf5_iot_sdk_3288530.zip -d /usr/nrf52-sdk && \
unzip -q nrf5_iot_sdk_3288530.zip -d /usr/nrf52-sdk && \
rm nrf5_iot_sdk_3288530.zip
ENV NRF52_SDK_ROOT /usr/nrf52-sdk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment