mirror of
https://github.com/bjoernellens1/ros2_docker_template.git
synced 2025-02-22 22:26:48 +00:00
Update my_example.Dockerfile
This commit is contained in:
parent
87148d1182
commit
eb67079042
@ -12,8 +12,8 @@ FROM osrf/ros:${ROS_DISTRO}-desktop as base
|
|||||||
SHELL ["/bin/bash", "-c"] # change shell to bash because of better compatibility (standard shell would be sh otherwise).
|
SHELL ["/bin/bash", "-c"] # change shell to bash because of better compatibility (standard shell would be sh otherwise).
|
||||||
|
|
||||||
# First checks
|
# First checks
|
||||||
RUN echo "Underlay WS: \${UNDERLAY_WS}"
|
RUN echo "Underlay WS:" && ${UNDERLAY_WS}
|
||||||
RUN echo "Overlay WS: \${OVERLAY_WS}"
|
RUN echo "Overlay WS:" && ${OVERLAY_WS}
|
||||||
|
|
||||||
# Create Colcon workspace with external dependencies
|
# Create Colcon workspace with external dependencies
|
||||||
RUN mkdir -p ${UNDERLAY_WS}/src
|
RUN mkdir -p ${UNDERLAY_WS}/src
|
||||||
|
Loading…
Reference in New Issue
Block a user