diff --git a/Dockerfile b/Dockerfile index 9746ef3..80b998c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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