Skip to content

Commit 0d9b032

Browse files
committed
Fix issue between flask-admin and werkzeug 1.0.0
1 parent 6c21eba commit 0d9b032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ RUN set -ex \
5959
&& pip install pyOpenSSL \
6060
&& pip install ndg-httpsclient \
6161
&& pip install pyasn1 \
62+
&& pip install 'werkzeug<1.0.0' \
6263
&& pip install apache-airflow[crypto,celery,postgres,hive,jdbc,mysql,ssh${AIRFLOW_DEPS:+,}${AIRFLOW_DEPS}]==${AIRFLOW_VERSION} \
6364
&& pip install 'redis==3.2' \
6465
&& if [ -n "${PYTHON_DEPS}" ]; then pip install ${PYTHON_DEPS}; fi \

0 commit comments

Comments
 (0)