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