From b2f85a96d7dcc3ca76ba94202b79aa78d533ec89 Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Fri, 14 Nov 2025 15:57:50 +0100 Subject: [PATCH] adding inetutils-traceroute to the Dockerfile package installation --- ubuntu-mate/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-mate/Dockerfile b/ubuntu-mate/Dockerfile index 0aaa076..d4c7852 100644 --- a/ubuntu-mate/Dockerfile +++ b/ubuntu-mate/Dockerfile @@ -50,7 +50,7 @@ RUN set -eux; \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ vim neofetch pluma chromium chromium-sandbox tilix xdg-utils man-db default-jre-headless openjdk-17-jre-headless \ libreoffice-writer libreoffice-calc libreoffice-impress libreoffice-draw thunderbird gnome-themes-extra \ - gnome-themes-extra-data code thunderbird; \ + gnome-themes-extra-data code thunderbird inetutils-traceroute; \ echo "**** Install downloaded packages and extract tools ****"; \ DEBIAN_FRONTEND=noninteractive apt-get install -y /tmp/freelens.deb /tmp/headlamp.deb; \ tar -C /tmp -zxvf /tmp/k9s.tar.gz; \