Skip to content

Commit

Permalink
Shift for base image updates
Browse files Browse the repository at this point in the history
  • Loading branch information
swilcock0 committed Apr 19, 2021
1 parent d4fa66c commit 5a7f09d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion moveit_update/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM moveit/moveit2:foxy-source as moveit
FROM swilcock0/ros2_ubuntu:base

LABEL maintainer "Sam Wilcock/swilcock0"
Expand All @@ -6,7 +7,7 @@ USER root

# Install latest version of moveit

COPY --from=moveit/moveit2:foxy-source /root/ws_moveit/ /home/ros/moveit_ws/
COPY --from=moveit /root/ws_moveit/ /home/ros/moveit_ws/

RUN apt-get update -qq &&\
cd ~/moveit_ws/src &&\
Expand Down

0 comments on commit 5a7f09d

Please sign in to comment.