diff --git a/Dockerfile b/Dockerfile
index f3545ac7b88c3829ca2bdaecc6807813490bbd5f..3396cca76c4f6fc12db537a34e2c61eabd04b09a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -46,8 +46,7 @@ RUN pip install paho-mqtt
 RUN pip install openpivgui
 # Install ASDA -> für Wirbeldetektion
 RUN git clone https://github.com/PyDL/ASDA
-RUN cd ASDA
-RUN pip install .
+RUN pip install ./ASDA/
 
 # Seaborn
 RUN pip install seaborn
\ No newline at end of file