Skip to content

Commit 27f0f2a

Browse files
committed
update Dockerfile
1 parent db1d058 commit 27f0f2a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ FROM debian:sid
44
RUN apt update
55
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
66
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
98

109
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
1110
RUN sudo apt update
1211
RUN sudo apt install -y python3-rosdep2
1312
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
1413
RUN rosdep update
1514

16-
RUN apt install -y ros-one-desktop-full
15+
RUN apt install -y ros-one-desktop
1716
RUN echo "source /opt/ros/one/setup.bash" | tee -a /root/.bashrc

0 commit comments

Comments
 (0)