From c0f02f232243e4e7856b095cd3e6e3ddc4e78d14 Mon Sep 17 00:00:00 2001
From: Jonas Eppelt <jonas.eppelt@kit.edu>
Date: Fri, 6 Oct 2023 09:55:00 +0000
Subject: [PATCH] added traceroute

---
 basis/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basis/Dockerfile b/basis/Dockerfile
index bf5e132..68a0002 100755
--- a/basis/Dockerfile
+++ b/basis/Dockerfile
@@ -5,7 +5,7 @@ LABEL maintainer "Eppelt, Jonas jonas.eppelt@kit.edu"
 USER root
 
 ### fixing timezone issues and make sure certificate lists are up to date
-RUN apt-get update && apt-get install -y tzdata curl dnsutils
+RUN apt-get update && apt-get install -y tzdata curl dnsutils traceroute
 ENV TZ=Europe/Berlin
 RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 
-- 
GitLab