We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c21eba commit 0d9b032Copy full SHA for 0d9b032
Dockerfile
@@ -59,6 +59,7 @@ RUN set -ex \
59
&& pip install pyOpenSSL \
60
&& pip install ndg-httpsclient \
61
&& pip install pyasn1 \
62
+ && pip install 'werkzeug<1.0.0' \
63
&& pip install apache-airflow[crypto,celery,postgres,hive,jdbc,mysql,ssh${AIRFLOW_DEPS:+,}${AIRFLOW_DEPS}]==${AIRFLOW_VERSION} \
64
&& pip install 'redis==3.2' \
65
&& if [ -n "${PYTHON_DEPS}" ]; then pip install ${PYTHON_DEPS}; fi \
0 commit comments