From e066e2120fd812cc9e16dd2fd6f0588c06b8690b Mon Sep 17 00:00:00 2001 From: edulauer Date: Thu, 27 Oct 2022 14:59:46 -0300 Subject: [PATCH] Add new package Geoalchemy2 --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index e743af8..d0b4d3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,8 +30,11 @@ ARG PYTHON_DEPS=" \ sharepy==1.3.0 \ acryl-datahub[airflow]==0.8.41 \ acryl-datahub[great-expectations]==0.8.41 \ + acryl-datahub[postgres]==0.8.41 \ + acryl-datahub[sqlalchemy]==0.8.41 \ Office365-REST-Python-Client==2.3.14 \ apache-airflow-providers-common-sql==1.1.0 \ + GeoAlchemy2==0.10.2 \ " USER root