diff --git a/Dockerfile b/Dockerfile
index 918a6eb7fcd430faac70a023394bed07eca57332..f3545ac7b88c3829ca2bdaecc6807813490bbd5f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,9 +2,9 @@ FROM jupyter/scipy-notebook:hub-1.5.0
 #FROM jupyter/tensorflow-notebook:hub-1.5.0
 
 # Install from APT repository
-#USER root
-#RUN apt-get update -y
-#RUN apt-get install -y git
+USER root
+RUN apt-get update -y
+RUN apt-get install -y git
 
 # Install XPRA
 #RUN apt-get install -y gnupg2 apt-transport-https software-properties-common apt-utils mc
@@ -45,7 +45,6 @@ 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 .