Update Dockerfile Airflow image and values.yaml to definitive
Change-Id: I2be745edd4dd292cbb29bde58655c47bb52d5a32
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/docker/Airflow/Dockerfile b/docker/Airflow/Dockerfile
index b350a09..73591cd 100644
--- a/docker/Airflow/Dockerfile
+++ b/docker/Airflow/Dockerfile
@@ -27,11 +27,11 @@
ARG PYTHON3_OSM_NGSA_URL
RUN curl $PYTHON3_OSM_COMMON_URL -o osm_common.deb
RUN dpkg -i ./osm_common.deb
-# RUN curl $PYTHON3_OSM_NGSA_URL -o osm_ngsa.deb
-# RUN dpkg -i ./osm_ngsa.deb
+RUN curl $PYTHON3_OSM_NGSA_URL -o osm_ngsa.deb
+RUN dpkg -i ./osm_ngsa.deb
RUN pip3 install \
- -r /usr/lib/python3/dist-packages/osm_common/requirements.txt
-# -r /usr/lib/python3/dist-packages/osm_ngsa/requirements.txt
+ -r /usr/lib/python3/dist-packages/osm_common/requirements.txt \
+ -r /usr/lib/python3/dist-packages/osm_ngsa/requirements.txt
USER airflow