From 7762286ca1b7d4c0ccc5d6c048de887749616580 Mon Sep 17 00:00:00 2001 From: Jonas Eppelt <jonas.eppelt@kit.edu> Date: Fri, 6 Oct 2023 09:53:33 +0000 Subject: [PATCH] install dnsutils --- basis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/Dockerfile b/basis/Dockerfile index 430bc8f..bf5e132 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 nslookiup +RUN apt-get update && apt-get install -y tzdata curl dnsutils ENV TZ=Europe/Berlin RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone -- GitLab