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

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

diff --git a/Dockerfile b/Dockerfile
index 7f52034..918a6eb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -45,6 +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 git clone https://github.com/PyDL/ASDA
 RUN cd ASDA
 RUN pip install .
-- 
GitLab