mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update airflow
This commit is contained in:
@@ -20,7 +20,7 @@ RUN set -xe \
|
|||||||
mariadb-dev \
|
mariadb-dev \
|
||||||
postgresql-dev \
|
postgresql-dev \
|
||||||
python3-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 apache-airflow[${AIRFLOW_EXTRAS}]==${AIRFLOW_VERSION} \
|
||||||
&& pip install "websocket-client<0.55.0,>=0.35" \
|
&& pip install "websocket-client<0.55.0,>=0.35" \
|
||||||
&& apk del \
|
&& apk del \
|
||||||
|
|||||||
Reference in New Issue
Block a user