Skip to content

Commit

Permalink
Dockerfile modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya-563 committed Sep 21, 2023
1 parent c4340e4 commit d2bdc34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
#ARG PASS="divya"
#RUN adduser $USER && echo "$USER:$PASS" | chpasswd
RUN adduser $USER
RUN git clone https://github.com/WebPlatformForEmbedded/buildroot.git
Expand Down

0 comments on commit d2bdc34

Please sign in to comment.