You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/Dockerfile
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,13 @@ FROM debian:sid
4
4
RUN apt update
5
5
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
6
6
RUN apt install -y vim less ca-certificates sudo bash-completion python3-pip git tmux python-is-python3
7
-
RUN apt install -y python3-bloom
8
-
RUN pip3 install catkin-tools
7
+
RUN apt install -y python3-bloom catkin-tools
9
8
10
9
RUN echo "deb [trusted=yes] https://raw.githubusercontent.com/v4hn/ros-o-builder/sid-one-unstable/repository ./" | sudo tee /etc/apt/sources.list.d/v4hn_ros-o-builder.list
11
10
RUN sudo apt update
12
11
RUN sudo apt install -y python3-rosdep2
13
12
RUN echo "yaml https://raw.githubusercontent.com/v4hn/ros-o-builder/sid-one-unstable/repository/local.yaml debian" | sudo tee /etc/ros/rosdep/sources.list.d/1-v4hn_ros-o-builder.list
14
13
RUN rosdep update
15
14
16
-
RUN apt install -y ros-one-desktop-full
15
+
RUN apt install -y ros-one-desktop
17
16
RUN echo "source /opt/ros/one/setup.bash" | tee -a /root/.bashrc
0 commit comments