ashb commented on a change in pull request #11526:
URL: https://github.com/apache/airflow/pull/11526#discussion_r505513770
##########
File path: Dockerfile
##########
@@ -206,6 +206,9 @@ ENV AIRFLOW_LOCAL_PIP_WHEELS=${AIRFLOW_LOCAL_PIP_WHEELS}
ARG SLUGIFY_USES_TEXT_UNIDECODE=""
ENV SLUGIFY_USES_TEXT_UNIDECODE=${SLUGIFY_USES_TEXT_UNIDECODE}
+ARG INSTALL_ROVIDERS_FROM_SOURCES="true"
Review comment:
This Dockerfile is used for prod images isn't it? This should default to
False then, no?
----------------------------------------------------------------
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]