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