diff --git a/Dockerfile b/Dockerfile index 320e3ac94033..3a1613bad576 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,6 @@ 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 ARG USER=divya -#RUN adduser $USER && echo "$USER:$PASS" | chpasswd RUN adduser $USER RUN git clone https://github.com/WebPlatformForEmbedded/buildroot.git RUN cd buildroot