Skip to content

Commit

Permalink
ping and ifconfig in the image
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Jun 18, 2024
1 parent 1a0be1b commit 293ee7d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ RUN apt-get upgrade -y

RUN rosdep update

RUN apt-get install git python3-catkin-tools python3-vcstool -y
RUN apt-get install -y \
git \
iputils-ping \
net-tools \
python3-catkin-tools \
python3-vcstool

RUN vcs import src < src/biodigitalmatter_ros/dependencies.repos
RUN vcs import src < src/abb_robot_driver/pkgs.repos
Expand Down

0 comments on commit 293ee7d

Please sign in to comment.