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

added nslookiup

parent 84800ac0
Branches
No related tags found
No related merge requests found
......@@ -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
RUN apt-get update && apt-get install -y tzdata curl nslookiup
ENV TZ=Europe/Berlin
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