From ce6a491a1d35d130d4ff26eac63603a144fa27ed Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Wed, 14 May 2025 14:26:36 +0000 Subject: [PATCH] Edit Dockerfile, added git --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2eafe67..f8c61f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.10-slim ADD requirements.txt /requirements.txt RUN apt-get update -y \ - && apt-get install -y -qq graphviz sshpass openssh-client rsync \ + && apt-get install -y -qq git graphviz sshpass openssh-client rsync \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && rm -rf /tmp/* /var/tmp/* -- GitLab