Skip to content

Commit d8b7b56

Browse files
jangalda-nscrlubos
authored andcommitted
docker: Bump nrfutil device version to 2.6.4
Additionally, remove libffi7 which is included in bundle. Signed-off-by: Jan Gałda <[email protected]>
1 parent 6b61c3a commit d8b7b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ FROM ubuntu:22.04
22

33
ARG VERSION
44
ENV 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/*
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.5.4 \
10+
&& nrfutil install device=2.6.4 \
1111
&& nrfutil install toolchain-manager=0.15.0
1212
RUN nrfutil toolchain-manager install --toolchain-bundle-id $VERSION \
1313
&& nrfutil toolchain-manager env --as-script > /opt/toolchain-env.sh \

0 commit comments

Comments
 (0)