From b9e422cb445775dca9039c8fff2f609773bb0841 Mon Sep 17 00:00:00 2001
From: Peter Vennemann <pv238554@fh-muenster.de>
Date: Tue, 28 May 2024 11:20:38 +0000
Subject: [PATCH] Update file Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 918a6eb..1fc4d7f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -45,7 +45,7 @@ RUN pip install paho-mqtt
 # Install for -> stroemmt
 RUN pip install openpivgui
 # Install ASDA -> für Wirbeldetektion
-RUN apt-get install git
+RUN apt-get install git-all
 RUN git clone https://github.com/PyDL/ASDA
 RUN cd ASDA
 RUN pip install .
-- 
GitLab