Skip to content

Commit 4cb9a84

Browse files
committed
docker: Use nrfutil device from toolchain bundle
Nrfutil device command is included in toolchain bundle. Signed-off-by: Jan Gałda <[email protected]>
1 parent 3bf87a7 commit 4cb9a84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ RUN apt-get update && apt-get install -y wget ca-certificates qemu-system-arm gi
77
&& rm -rf /var/lib/apt/lists/*
88
RUN wget https://developer.nordicsemi.com/.pc-tools/nrfutil/x64-linux/nrfutil -q -O /usr/local/bin/nrfutil \
99
&& chmod +x /usr/local/bin/nrfutil \
10-
&& nrfutil install device=2.8.8 \
1110
&& nrfutil install toolchain-manager=0.15.0
1211
RUN nrfutil toolchain-manager install --toolchain-bundle-id $VERSION \
1312
&& nrfutil toolchain-manager env --as-script > /opt/toolchain-env.sh \

0 commit comments

Comments
 (0)