From c15ac7a7c19760b4b64747dd53a8710526dbf11f Mon Sep 17 00:00:00 2001 From: Divya-563 <47666047+Divya-563@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:30:31 +0200 Subject: [PATCH] Dockerfile modified --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a0496d8da6ff..a44bc73f6191 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get install -y file wget cpio rsync build-essential git subversion cvs u COPY build.sh /usr/local/bin ARG USER=divya ARG PASS="divya" -RUN adduser -D $USER && echo "$USER:$PASS" | chpasswd +RUN adduser $USER && echo "$USER:$PASS" | chpasswd USER divya RUN git clone https://github.com/WebPlatformForEmbedded/buildroot.git RUN cd buildroot