File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ FROM ubuntu:22.04
22
33ARG VERSION
44ENV HOME=/opt
5- RUN apt-get update && apt-get install -y wget ca-certificates qemu-system-arm libffi7 git \
5+ RUN apt-get update && apt-get install -y wget ca-certificates qemu-system-arm git \
66 libxcb-render-util0 libxcb-shape0 libxcb-icccm4 libxcb-keysyms1 libxcb-image0 libxkbcommon-x11-0 libsm6 libice6 udev \
77 && rm -rf /var/lib/apt/lists/*
88RUN 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.5 .4 \
10+ && nrfutil install device=2.6 .4 \
1111 && nrfutil install toolchain-manager=0.15.0
1212RUN nrfutil toolchain-manager install --toolchain-bundle-id $VERSION \
1313 && nrfutil toolchain-manager env --as-script > /opt/toolchain-env.sh \
You can’t perform that action at this time.
0 commit comments