more devcontainer fixes
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
FROM osrf/ros:jazzy-desktop-full-noble
|
||||
|
||||
SHELL [ "/bin/bash" , "-c" ]
|
||||
|
||||
RUN apt-get update && apt-get install -y libsecret-1-0 libsecret-1-dev
|
||||
|
||||
USER ubuntu
|
||||
|
||||
|
||||
RUN echo "source /opt/ros/${ROS_DISTRO}/setup.bash" >> ~/.bashrc
|
||||
RUN echo "source /usr/share/colcon_cd/function/colcon_cd.sh" >> ~/.bashrc
|
||||
RUN echo "source /usr/share/colcon_argcomplete/hook/colcon-argcomplete.bash" >> ~/.bashrc
|
||||
RUN echo "export _colcon_cd_root=/opt/ros/jazzy/" >> ~/.bashrc
|
||||
RUN echo "export _colcon_cd_root=/opt/ros/jazzy/" >> ~/.bashrc
|
||||
|
||||
SHELL [ "/bin/bash" , "-c" ]
|
||||
|
||||
Reference in New Issue
Block a user