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 273bf3a commit c15ac7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c15ac7a

Please sign in to comment.