diff --git a/Dockerfile b/Dockerfile
index 3bf8a2a5b613ba908dc99881d06ba01beb75470b..cfe7174c99cff947173258d7d3da87e95e9c7b2d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -44,3 +44,7 @@ RUN pip install paho-mqtt
 
 # Install for -> stroemmt
 RUN pip install openpivgui
+# Install ASDA -> für Wirbeldetektion
+RUN git clone https://github.com/PyDL/ASDA
+RUN cd ASDA
+RUN pip install .
\ No newline at end of file