From 59ebc6979ded429dac0529d3494a53961aed4f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Wed, 22 May 2024 10:37:28 +0200 Subject: [PATCH] Removed wget MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández Cordero --- linux_docker_resources/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux_docker_resources/Dockerfile b/linux_docker_resources/Dockerfile index f5b10779..16d57c6a 100644 --- a/linux_docker_resources/Dockerfile +++ b/linux_docker_resources/Dockerfile @@ -125,8 +125,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ python3-pytest-timeout \ python3-yaml \ uncrustify \ - yamllint \ - wget + yamllint # Install LTTng-related packages starting from Iron only. RUN if test \( ${ROS_DISTRO} != humble \); then apt-get update && apt-get install --no-install-recommends -y \