From f05df02de012e35f3a4c4173b616ded46b660169 Mon Sep 17 00:00:00 2001 From: Jonas Eppelt <jonas.eppelt@kit.edu> Date: Fri, 6 Oct 2023 09:51:22 +0000 Subject: [PATCH] added nslookiup --- basis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/Dockerfile b/basis/Dockerfile index 8895336..430bc8f 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 +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 -- GitLab