Setup the environment for interactive mode in Docker

This commit is contained in:
mostlyjason 2021-12-30 07:21:40 -05:00
parent 2e8c8a71af
commit e42555097c

View file

@ -44,3 +44,6 @@ RUN catkin_make
# Let ROS know about the projects launch options
RUN echo "source /catkin_ws/devel/setup.bash" >> $BASH_ENV
# Setup the environment for interactive mode
RUN echo "source /catkin_ws/devel/setup.bash" >> /root/.bashrc