Skip to content

Commit b793967

Browse files
Use --location to make curl follow redirects (#12173)
Co-authored-by: Andrei Litvin <[email protected]>
1 parent 619b726 commit b793967

File tree

1 file changed

+1
-1
lines changed
  • integrations/docker/images/chip-build-nrf-platform

1 file changed

+1
-1
lines changed

integrations/docker/images/chip-build-nrf-platform/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -x \
1919
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
2020
RUN set -x \
2121
&& 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 \
2323
| tar zxvf - \
2424
&& tar xvf JLink_Linux_V688a_x86_64.tgz -C /opt/NordicSemiconductor/nRF5_tools/ \
2525
&& tar xvf nRF-Command-Line-Tools_10_12_1.tar -C /opt/NordicSemiconductor/nRF5_tools/ \

0 commit comments

Comments
 (0)