From 6e863bcfb73009bd2c737d5be72a1883ab4aee57 Mon Sep 17 00:00:00 2001 From: jrybicki-jsc <j.rybicki@fz-juelich.de> Date: Mon, 13 Dec 2021 17:27:57 +0100 Subject: [PATCH] workign example --- dockers/eflows-airflow.docker | 6 ++++-- requirements.txt | 3 +-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dockers/eflows-airflow.docker b/dockers/eflows-airflow.docker index 817a86e..56d8b2b 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 0b4ee44..c8f6211 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 -- GitLab