diff --git a/Dockerfile b/Dockerfile index 52bf13556bdc..92025df33356 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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