From d7a3e0c49919bb4c493b9cfc089c86cbba5f15e6 Mon Sep 17 00:00:00 2001 From: Robin Hofsaess <robin.hofsaess@kit.edu> Date: Thu, 19 Oct 2023 09:00:53 +0000 Subject: [PATCH] openssh-client and rsync added --- basis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/Dockerfile b/basis/Dockerfile index 2c5b4c4..6ba8d42 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 dnsutils traceroute +RUN apt-get update && apt-get install -y tzdata curl dnsutils traceroute openssh-client rsync ENV TZ=Europe/Berlin RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone -- GitLab