You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .docker/Dockerfile
+6-13Lines changed: 6 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,11 @@ FROM moveit/moveit2:${ROS_DISTRO}-source as tutorial_image
8
8
9
9
LABEL org.opencontainers.image.description "This container has working versions of the tutorials discussed here: https://moveit.picknik.ai/main/doc/tutorials/tutorials.html"
10
10
11
-
# Copy MoveIt sources from docker context
11
+
# Copy sources from docker context
12
12
COPY . src/moveit2_tutorials
13
13
14
-
# Commands are combined in single RUN statement with "apt/lists" folder removal to reduce image size
0 commit comments