Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nikolay Amiantov
firmware
Commits
0b97b65e
Commit
0b97b65e
authored
5 years ago
by
Nikolay Amiantov
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfiles
parent
19ca6393
No related branches found
No related tags found
No related merge requests found
Pipeline
#3335
failed
5 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/build-env/Dockerfile
+3
-1
3 additions, 1 deletion
docker/build-env/Dockerfile
docker/deploy-env/Dockerfile
+3
-1
3 additions, 1 deletion
docker/deploy-env/Dockerfile
with
6 additions
and
2 deletions
docker/build-env/Dockerfile
+
3
−
1
View file @
0b97b65e
...
@@ -6,7 +6,9 @@ RUN set -e -x ;\
...
@@ -6,7 +6,9 @@ RUN set -e -x ;\
apt-get
install
-y
\
apt-get
install
-y
\
git
\
git
\
gcc-arm-none-eabi
\
gcc-arm-none-eabi
\
python3-pip
;
\
python3-pip
\
xxd
\
jq
;
\
apt-get
install
-y
-t
stretch-backports
\
apt-get
install
-y
-t
stretch-backports
\
meson
;
\
meson
;
\
pip3
install
crc16 pillow
;
\
pip3
install
crc16 pillow
;
\
...
...
This diff is collapsed.
Click to expand it.
docker/deploy-env/Dockerfile
+
3
−
1
View file @
0b97b65e
...
@@ -8,7 +8,9 @@ RUN set -e -x ;\
...
@@ -8,7 +8,9 @@ RUN set -e -x ;\
git
\
git
\
libclang-dev
\
libclang-dev
\
llvm
\
llvm
\
python3-pip
;
\
python3-pip
\
xxd
\
jq
;
\
pip3
install
\
pip3
install
\
clang
\
clang
\
sphinx
\
sphinx
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment