Skip to content

Commit 2747775

Browse files
committed
[ci] add qemu-system-arm in docker image
1 parent bb0896a commit 2747775

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/dist-various-1/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2222
libssl-dev \
2323
pkg-config \
2424
gcc-arm-none-eabi \
25-
libnewlib-arm-none-eabi
25+
libnewlib-arm-none-eabi \
26+
qemu-system-arm
2627

2728
WORKDIR /build
2829

0 commit comments

Comments
 (0)