From 74666756480735438d55fefc292bd9602cb67d3a Mon Sep 17 00:00:00 2001 From: Divya-563 <47666047+Divya-563@users.noreply.github.com> Date: Thu, 21 Sep 2023 23:17:38 +0200 Subject: [PATCH] Dockerfile modified --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3a1613bad576..9c46a18382fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ 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 RUN git clone https://github.com/WebPlatformForEmbedded/buildroot.git RUN cd buildroot