OpenAgricultureFoundation / openag_brain_docker_rpi

Docker-compose configuration for openag_brain
GNU General Public License v3.0
19 stars 12 forks source link

add .bashrc to docker image #13

Closed yaromins closed 8 years ago

yaromins commented 8 years ago

During setup and debug process I often go to docker's bash to run rostopic command. To avoid manually run source ./catkin_ws/devel/setup.bash everytime I've created .bashrc

# If not running interactively, don't do anything [ -z "$PS1" ] && return source ./catkin_ws/devel/setup.bash

LeonChambers commented 8 years ago

I agree that this would be useful. This should be done in the Dockerfile of the openag_brain repo. If you submit a PR there with this change, I would be glad to merge it.