Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
c9b497bc
Commit
c9b497bc
authored
5 years ago
by
ruffsl
Browse files
Options
Downloads
Patches
Plain Diff
Colcon mixin now installed from base image
parent
919aa32c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+0
-9
0 additions, 9 deletions
Dockerfile
with
0 additions
and
9 deletions
Dockerfile
+
0
−
9
View file @
c9b497bc
...
...
@@ -39,17 +39,8 @@ RUN apt-get update && \
apt-get
install
-q
-y
\
ccache \
lcov \
python3-colcon-mixin \
&& rm -rf /var/lib/apt/lists/*
# setup colcon mixin / meta
RUN
colcon mixin add upstream
\
https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
&&
\
colcon mixin update
&&
\
colcon metadata add upstream
\
https://raw.githubusercontent.com/colcon/colcon-metadata-repository/master/index.yaml
&&
\
colcon metadata update
# copy underlay manifests
ENV
UNDERLAY_WS /opt/underlay_ws
COPY
--from=cache /tmp/underlay_ws $UNDERLAY_WS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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