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 20, 2023
1 parent 1d90bcf commit b163106
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ FROM ubuntu:22.04

RUN apt-get update
RUN apt-get install -y 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
#ENTRYPOINT ["./build.sh"]
COPY build.sh /usr/local/bin
RUN ls
RUN make raspberrypi3_wpe_ml_defconfig
RUN make
RUN ls /usr/local/bin
RUN cat /usr/local/bin/build.sh
ENTRYPOINT ["./build.sh"]
#RUN make raspberrypi3_wpe_ml_defconfig
#RUN make

0 comments on commit b163106

Please sign in to comment.