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 80a4afb commit 807aa86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ RUN apt-get install -y file wget cpio rsync build-essential git subversion cvs u
ARG USER=divya

RUN adduser $USER
RUN git clone https://github.com/WebPlatformForEmbedded/buildroot.git
RUN cd buildroot
RUN cp -rf buildroot/ /home/divya/
WORKDIR /home/divya/buildroot
ENV FORCE_UNSAFE_CONFIGURE=1

#Volkan
RUN ssh-keygen -t rsa -b 4096 -f my_key
Expand All @@ -14,10 +19,5 @@ 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/
WORKDIR /home/divya/buildroot
ENV FORCE_UNSAFE_CONFIGURE=1
RUN make raspberrypi3_wpe_ml_defconfig
RUN make

0 comments on commit 807aa86

Please sign in to comment.