ttnie commented on code in PR #7298: URL: https://github.com/apache/incubator-nuttx/pull/7298#discussion_r994083627
########## tools/ci/docker/linux/Dockerfile: ########## @@ -212,6 +212,20 @@ RUN cd renesas-tools/source/newlib && \ RUN cd /tools/renesas-tools/build/gcc && \ make && make install +############################################################################### +# Build image for qemu +############################################################################### +#FROM qemu +# Install dependence package +RUN apt-get install -y libglib2.0-dev libpixman-1-dev ninja-build +# Download qemu and install +RUN mkdir qemu && \ + #curl -s -L "https://download.qemu.org/qemu-6.1.1.tar.xz" && \ + wget -c "https://download.qemu.org/qemu-6.1.1.tar.xz" && \ Review Comment: update to curl -- 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