diff --git a/dockers/eflows-airflow.docker b/dockers/eflows-airflow.docker
index 817a86e21235125f67dc58f757cb0fc5466eb9bb..56d8b2b4cdba3815feb4b3854ce30edaa1a728e8 100644
--- a/dockers/eflows-airflow.docker
+++ b/dockers/eflows-airflow.docker
@@ -1,7 +1,9 @@
 FROM apache/airflow:2.2.2
 
-RUN pip --version
+USER root
+RUN apt update && apt install git -y
+USER airflow
 
+RUN pip --version 
 ADD requirements.txt /requirements.txt
-
 RUN pip install -r /requirements.txt
diff --git a/requirements.txt b/requirements.txt
index 0b4ee447adaaaef3371d8d4177499e2810f9ab6d..c8f621138c5b15e73b84ee8704804026f080e3a9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,5 +4,4 @@ plyvel
 apache-airflow-providers-ssh
 apache-airflow-providers-http
 apache-airflow-providers-sftp
---index-url https://gitlab.jsc.fz-juelich.de/api/v4/projects/4405/packages/pypi/simple
-airflow-datacat-integration>=0.0.4
+git+https://gitlab.jsc.fz-juelich.de/eflows4hpc-wp2/airflow-datacat-integration.git@installable