Commit b21d13a4 authored by Oleksii Kutuzov's avatar Oleksii Kutuzov

Clone imx-mkimage inside the container

parent c302eae4
...@@ -43,4 +43,7 @@ RUN echo '. /opt/fsl-imx-fb/4.14-sumo/environment-setup-aarch64-poky-linux' >> ~ ...@@ -43,4 +43,7 @@ RUN echo '. /opt/fsl-imx-fb/4.14-sumo/environment-setup-aarch64-poky-linux' >> ~
# Add user # Add user
RUN useradd -ms /bin/bash dev RUN useradd -ms /bin/bash dev
USER dev USER dev
WORKDIR /home/dev WORKDIR /home/dev
\ No newline at end of file
# 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