Commit b21d13a4 authored by Oleksii Kutuzov's avatar Oleksii Kutuzov

Clone imx-mkimage inside the container

parent c302eae4
......@@ -44,3 +44,6 @@ RUN echo '. /opt/fsl-imx-fb/4.14-sumo/environment-setup-aarch64-poky-linux' >> ~
RUN useradd -ms /bin/bash dev
USER dev
WORKDIR /home/dev
# Clone imx-mkimage as user inside the container
RUN git clone https://git.seco.com/seco-ne/3rd-party/kuk/imx-mkimage-kuk.git -b kuk_imx_4.14.98_2.0.0_ga /home/dev/imx-mkimage_4.14
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment