From 7dee250d5f6a16018581b33df9bf7f0f5926288e Mon Sep 17 00:00:00 2001 From: djuzukang <89627585+djuzukang@users.noreply.github.com> Date: Mon, 29 Aug 2022 11:15:58 +0900 Subject: [PATCH] Update Dockerfiles for the google big query --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 02782d0c..0896f280 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,6 +60,7 @@ RUN set -ex \ && pip install ndg-httpsclient \ && pip install pyasn1 \ && pip install apache-airflow[crypto,celery,postgres,hive,jdbc,mysql,ssh${AIRFLOW_DEPS:+,}${AIRFLOW_DEPS}]==${AIRFLOW_VERSION} \ + && pip install apache-airflow-backport-providers-google \ && pip install 'redis==3.2' \ && if [ -n "${PYTHON_DEPS}" ]; then pip install ${PYTHON_DEPS}; fi \ && apt-get purge --auto-remove -yqq $buildDeps \