mirror of
https://github.com/bjoernellens1/ros2_docker_template.git
synced 2024-11-23 15:55:05 +00:00
Update my_example.Dockerfile
This commit is contained in:
parent
ec5394c0d0
commit
0a925c23c3
@ -11,6 +11,10 @@ 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
|
||||||
|
RUN echo "Underlay WS: ${UNDERLAY_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
|
||||||
WORKDIR ${UNDERLAY_WS}/src
|
WORKDIR ${UNDERLAY_WS}/src
|
||||||
|
Loading…
Reference in New Issue
Block a user