Skip to content
Snippets Groups Projects
Commit fc9f8b69 authored by Kelter Christopher - Studierendenaccount's avatar Kelter Christopher - Studierendenaccount
Browse files

add soruce to bashrc

parent 3c6dc51d
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ RUN chmod +x -R /app/catkin_ws/src ...@@ -33,6 +33,7 @@ RUN chmod +x -R /app/catkin_ws/src
# build workspace # build workspace
WORKDIR /app/catkin_ws WORKDIR /app/catkin_ws
RUN source /opt/ros/noetic/setup.bash && catkin build RUN source /opt/ros/noetic/setup.bash && catkin build
RUN echo "source /app/catkin_ws/devel/setup.bash" >> ~/.bashrc
WORKDIR /app/catkin_ws WORKDIR /app/catkin_ws
ENTRYPOINT ["bash"] ENTRYPOINT ["bash"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment