Skip to content

Commit

Permalink
Add workspace directory creation and reminder message in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
roboticswithjulia committed Nov 27, 2024
1 parent 921ce0e commit a80fcfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ RUN pip install --upgrade pytest
# Install the colcon-cargo and colcon-ros-cargo plugins
RUN pip install git+https://github.com/colcon/colcon-cargo.git git+https://github.com/colcon/colcon-ros-cargo.git

RUN mkdir -p ~/workspace && echo "Did you forget to mount the repository into the Docker container?" > ~/workspace/HELLO.txt
WORKDIR /home/${CONTAINER_USER}/workspace

0 comments on commit a80fcfd

Please sign in to comment.