Skip to content
Snippets Groups Projects
Commit c0f02f23 authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

added traceroute

parent 7762286c
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ LABEL maintainer "Eppelt, Jonas jonas.eppelt@kit.edu" ...@@ -5,7 +5,7 @@ LABEL maintainer "Eppelt, Jonas jonas.eppelt@kit.edu"
USER root USER root
### fixing timezone issues and make sure certificate lists are up to date ### 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 ENV TZ=Europe/Berlin
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment