diff --git a/Dockerfile b/Dockerfile index ba709a84..675771ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,6 +58,8 @@ RUN set -ex \ && pip install pyasn1 \ && pip install apache-airflow[crypto,celery,postgres,hive,jdbc,mysql,ssh${AIRFLOW_DEPS:+,}${AIRFLOW_DEPS}]==${AIRFLOW_VERSION} \ && pip install 'redis==3.2' \ + && pip install elasticsearch \ + && pip install elasticsearch_dsl \ && if [ -n "${PYTHON_DEPS}" ]; then pip install ${PYTHON_DEPS}; fi \ && apt-get purge --auto-remove -yqq $buildDeps \ && apt-get autoremove -yqq --purge \