From bedbb5307e67896185f9d83d966dc7e9e64cb7d1 Mon Sep 17 00:00:00 2001 From: Divya-563 <47666047+Divya-563@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:21:35 +0200 Subject: [PATCH] Dockerfile modified --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1bdae5121c22..c54150502863 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,10 @@ ARG USER=divya RUN adduser $USER RUN git clone https://github.com/WebPlatformForEmbedded/buildroot.git RUN cd buildroot +RUN ls +RUN cp -rf buildroot/ /home/divya/ USER divya -#WORKDIR /home/divya/buildroot +WORKDIR /home/divya/buildroot RUN ls RUN make raspberrypi3_wpe_ml_defconfig RUN make