From 33111925e5f99a1b37c33d1c6fe627d3c07b1c3e Mon Sep 17 00:00:00 2001
From: Peter Vennemann <pv238554@fh-muenster.de>
Date: Tue, 28 May 2024 13:34:50 +0000
Subject: [PATCH] Update file Dockerfile

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

diff --git a/Dockerfile b/Dockerfile
index 1fc4d7f..918a6eb 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-all
+RUN apt-get install git
 RUN git clone https://github.com/PyDL/ASDA
 RUN cd ASDA
 RUN pip install .
-- 
GitLab