From 80a4afb5f1a8ca5d3fd78166f7a667aa0585ed06 Mon Sep 17 00:00:00 2001 From: Volkan Aslan Date: Fri, 20 Oct 2023 14:28:17 +0200 Subject: [PATCH] Dockerfile update --- Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9c46a18382fc..2504c0f5cf5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/