liuguo09 commented on a change in pull request #13: docker: initial checkin Dockerfile for nuttx github action container URL: https://github.com/apache/incubator-nuttx-testing/pull/13#discussion_r389218688
########## File path: docker/Dockerfile ########## @@ -0,0 +1,34 @@ +FROM ubuntu:18.04 +MAINTAINER Haitao Liu<liugu...@gmail.com> + +RUN dpkg --add-architecture i386 +RUN apt-get update +RUN apt-get install -y git-core automake bison build-essential flex gperf wget libx11-dev libxext-dev u-boot-tools +RUN apt-get install -y lib32z1-dev lib32ncurses5-dev libc6-dev-i386 libx11-dev:i386 libxext-dev:i386 +RUN apt-get install -y curl gettext +RUN apt-get install -y libcurl4-openssl-dev +RUN apt-get install -y xxd +RUN apt-get install -y unzip +RUN apt-get clean +RUN mkdir /prebuilt + +WORKDIR /prebuilt + +ADD gcc-arm-none-eabi.tar.gz ./ Review comment: I'll update it later. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services