Skip to content

Commit

Permalink
Clean Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Jan 10, 2020
1 parent 51da367 commit f13417d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ ARG UNDERLAY_MIXINS="release ccache"
RUN . /opt/ros/$ROS_DISTRO/setup.sh && \
colcon build \
--symlink-install \
--mixin \
$UNDERLAY_MIXINS
--mixin $UNDERLAY_MIXINS

# copy overlay manifests
ENV OVERLAY_WS /opt/overlay_ws
Expand All @@ -79,8 +78,7 @@ ARG OVERLAY_MIXINS="release ccache"
RUN . $UNDERLAY_WS/install/setup.sh && \
colcon build \
--symlink-install \
--mixin \
$OVERLAY_MIXINS
--mixin $OVERLAY_MIXINS

# source overlay from entrypoint
RUN sed --in-place \
Expand Down

0 comments on commit f13417d

Please sign in to comment.