Skip to content

Commit

Permalink
Dockerfile modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya-563 committed Sep 21, 2023
1 parent 8eee4d7 commit 245e0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM ubuntu:22.04
RUN apt-get update
RUN apt-get install -y file wget cpio rsync build-essential git subversion cvs unzip whois ncurses-dev bc mercurial pmount gcc-multilib g++-multilib libgmp3-dev libmpc-dev liblz4-tool
COPY build.sh /usr/local/bin
RUN set FORCE_UNSAFE_CONFIGURE=1
RUN git clone https://github.com/WebPlatformForEmbedded/buildroot.git
RUN cd buildroot
WORKDIR ./buildroot
RUN ls
RUN set FORCE_UNSAFE_CONFIGURE=1
RUN make raspberrypi3_wpe_ml_defconfig
RUN make

0 comments on commit 245e0c2

Please sign in to comment.