Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dev-containers
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oleksii Kutuzov
dev-containers
Commits
b21d13a4
Commit
b21d13a4
authored
Feb 03, 2023
by
Oleksii Kutuzov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clone imx-mkimage inside the container
parent
c302eae4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
fsl-imx-fb_4.14-sumo/Dockerfile
fsl-imx-fb_4.14-sumo/Dockerfile
+4
-1
No files found.
fsl-imx-fb_4.14-sumo/Dockerfile
View file @
b21d13a4
...
...
@@ -43,4 +43,7 @@ RUN echo '. /opt/fsl-imx-fb/4.14-sumo/environment-setup-aarch64-poky-linux' >> ~
# Add user
RUN
useradd
-ms
/bin/bash dev
USER
dev
WORKDIR
/home/dev
\ No newline at end of file
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment