[note] Fixing Git Installation Issues in apache/airflow:2.10.2 Docker Image
When using the apache/airflow:2.10.2 image to install packages from GitHub, a permission error may occur. The solution is to install git using the root user, then switch back to the airflow user to install the package.
1 | FROM apache/airflow:slim-2.10.2 |