I got working Airflow image.
But I need add new Python library to Airflow.
I got “/opt/beget/airflow/docker-compose.yml”.
I create file Dockerfile in same folder with code:
FROM apache/airflow
RUN pip install clickhouse-connect
So I need edit current image apache/airflow.
there’s my images (docker images):
All I need to edit current Airflow image.