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
eb67079042
commit
fe2018f00a
@ -11,9 +11,12 @@ 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).
|
||||||
|
|
||||||
|
ENV UNDERLAY_WS=${UNDERLAY_WS}
|
||||||
|
ENV OVERLAY_WS=${OVERLAY_WS}
|
||||||
|
|
||||||
# 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