1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-03-21 21:17:05 +02:00

update airflow

This commit is contained in:
kev 2019-10-17 16:06:47 +08:00
parent bdaea151ce
commit 4d9ebaa781

View File

@ -20,7 +20,7 @@ RUN set -xe \
mariadb-dev \
postgresql-dev \
python3-dev \
&& pip install cython gunicorn numpy psycopg2-binary \
&& pip install cython numpy psycopg2-binary \
&& pip install apache-airflow[${AIRFLOW_EXTRAS}]==${AIRFLOW_VERSION} \
&& pip install "websocket-client<0.55.0,>=0.35" \
&& apk del \