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 a536dea commit 2da2fa9
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 @@ -10,8 +10,8 @@ RUN adduser $USER
RUN git clone https://github.com/WebPlatformForEmbedded/buildroot.git
RUN cd buildroot
RUN cp -rf buildroot/ /home/divya/
#USER divya
WORKDIR /home/divya/buildroot
RUN ls
USER divya
RUN make raspberrypi3_wpe_ml_defconfig
RUN make

0 comments on commit 2da2fa9

Please sign in to comment.