potiuk commented on issue #15790: URL: https://github.com/apache/airflow/issues/15790#issuecomment-839774840
Confirmed. It works when you switch to PIP 20.2.4 ``` docker build --build-arg AIRFLOW_VERSION="2.0.2" --build-arg AIRFLOW_PIP_VERSION=20.2.4 -t airflow-with-browser . ``` I will update the documentation to make it clear that you need to add the build arg when build pre-2.1 images. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
