File tree 1 file changed +1
-1
lines changed
integrations/docker/images/chip-build-nrf-platform
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN set -x \
19
19
SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
20
20
RUN set -x \
21
21
&& mkdir -p /opt/NordicSemiconductor/nRF5_tools/ \
22
- && curl https://www.nordicsemi.com/-/media/Software-and-other-downloads/Desktop-software/nRF-command-line-tools/sw/Versions-10-x-x/10-12-1/nRFCommandLineTools10121Linuxamd64.tar.gz \
22
+ && curl --location https://www.nordicsemi.com/-/media/Software-and-other-downloads/Desktop-software/nRF-command-line-tools/sw/Versions-10-x-x/10-12-1/nRFCommandLineTools10121Linuxamd64.tar.gz \
23
23
| tar zxvf - \
24
24
&& tar xvf JLink_Linux_V688a_x86_64.tgz -C /opt/NordicSemiconductor/nRF5_tools/ \
25
25
&& tar xvf nRF-Command-Line-Tools_10_12_1.tar -C /opt/NordicSemiconductor/nRF5_tools/ \
You can’t perform that action at this time.
0 commit comments