pkarashchenko commented on code in PR #7298: URL: https://github.com/apache/incubator-nuttx/pull/7298#discussion_r995351927
########## tools/ci/docker/linux/Dockerfile: ########## @@ -78,6 +81,13 @@ FROM builder-base AS nuttx-toolchain-base RUN mkdir /tools WORKDIR /tools +# Download and install qemu +RUN mkdir qemu && \ + curl -s -L "https://download.qemu.org/qemu-7.1.0.tar.xz" && \ Review Comment: ```suggestion curl -s -L "https://download.qemu.org/qemu-7.1.0.tar.xz" \ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org