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
ab468f61
Unverified
Commit
ab468f61
authored
5 years ago
by
Ruffin
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update comments
parent
1adfe0df
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
full_ros_build.Dockerfile
+2
-2
2 additions, 2 deletions
full_ros_build.Dockerfile
with
2 additions
and
2 deletions
full_ros_build.Dockerfile
+
2
−
2
View file @
ab468f61
...
...
@@ -6,12 +6,12 @@
# docker build \
# --no-cache \
# --tag nav2:full_ros_build \
# --file
Dockerfile.
full_ros_build ./
# --file full_ros_build
.Dockerfile
./
#
# Omit the `--no-cache` if you know you don't need to break the cache.
# We're only building on top of a ros2 devel image to get the basics
# prerequisites installed such as the apt source, rosdep, etc. We don't want to
# actually use any of the ros
dashing
packages. Instead we are going to build
# actually use any of the ros
release
packages. Instead we are going to build
# everything from source in one big workspace.
ARG
FROM_IMAGE=osrf/ros2:devel
...
...
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