Update my_example.Dockerfile

This commit is contained in:
bjoernellens1 2023-10-23 12:10:21 +02:00 committed by GitHub
parent ec5394c0d0
commit 0a925c23c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).
# First checks
RUN echo "Underlay WS: ${UNDERLAY_WS}"
RUN echo "Overlay WS: ${Overlay_WS}"
# Create Colcon workspace with external dependencies
RUN mkdir -p ${UNDERLAY_WS}/src
WORKDIR ${UNDERLAY_WS}/src