Skip to content

Commit

Permalink
Fix issue between flask-admin and werkzeug 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
puckel committed Feb 7, 2020
1 parent 6c21eba commit 0d9b032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RUN set -ex \
&& pip install pyOpenSSL \
&& pip install ndg-httpsclient \
&& pip install pyasn1 \
&& pip install 'werkzeug<1.0.0' \
&& pip install apache-airflow[crypto,celery,postgres,hive,jdbc,mysql,ssh${AIRFLOW_DEPS:+,}${AIRFLOW_DEPS}]==${AIRFLOW_VERSION} \
&& pip install 'redis==3.2' \
&& if [ -n "${PYTHON_DEPS}" ]; then pip install ${PYTHON_DEPS}; fi \
Expand Down

0 comments on commit 0d9b032

Please sign in to comment.