Skip to content

Commit

Permalink
Dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
volkan-aslan committed Oct 20, 2023
1 parent 743fd8c commit 80a4afb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ RUN apt-get install -y file wget cpio rsync build-essential git subversion cvs u
ARG USER=divya

RUN adduser $USER

#Volkan
RUN ssh-keygen -t rsa -b 4096 -f my_key
COPY my_key /root/.ssh/id_rsa
RUN chmod 600 /root/.ssh/id_rsa
RUN ls /root/.ssh/
RUN cat /root/.ssh/id_rsa
#Volkan

RUN git clone https://github.com/WebPlatformForEmbedded/buildroot.git
RUN cd buildroot
RUN cp -rf buildroot/ /home/divya/
Expand Down

0 comments on commit 80a4afb

Please sign in to comment.