From 235aba456dadb769febeed83df63813f979b2969 Mon Sep 17 00:00:00 2001
From: Andres Montano <andres.montano@tecnalia.com>
Date: Mon, 6 Feb 2023 12:53:15 +0100
Subject: [PATCH] ADD nettools package

---
 dockerfiles/devenv.Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dockerfiles/devenv.Dockerfile b/dockerfiles/devenv.Dockerfile
index d7fa27f..51ec3f2 100644
--- a/dockerfiles/devenv.Dockerfile
+++ b/dockerfiles/devenv.Dockerfile
@@ -39,6 +39,7 @@ RUN apt-get update && apt-get -y install --no-install-recommends \
     git-lfs \
     less \
     nano \
+    net-tools \
     openssh-client \
     terminator \
     valgrind \
@@ -159,6 +160,7 @@ RUN apt-get update && apt-get install -y \
     ros-${ROS_DISTRO}-pilz-industrial-motion \
     ros-${ROS_DISTRO}-rc-visard \
     ros-${ROS_DISTRO}-realsense2-camera \
+    ros-${ROS_DISTRO}-realsense2-description \
     ros-${ROS_DISTRO}-robot-localization \
     ros-${ROS_DISTRO}-ros-control \
     ros-${ROS_DISTRO}-ros-control-boilerplate \
@@ -221,7 +223,7 @@ RUN rm -rf *
 RUN apt-get --reinstall install -y libnotify-bin notify-osd
 
 # Update this date to re-run the image final update
-LABEL image.date=22-12-2022
+LABEL image.date=03-02-2023
 
 # Update final image
 RUN apt-get update \
-- 
GitLab