We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8b56fd + 3b8018f commit bf5d35dCopy full SHA for bf5d35d
Dockerfile
@@ -1,3 +1,6 @@
1
FROM apache/airflow:2.10.5
2
3
+# Install the standard providers for Airflow 2 -- can be removed when we upgrade to Airflow 3
4
+RUN pip install --no-cache-dir "apache-airflow==${AIRFLOW_VERSION}" apache-airflow-providers-standard
5
+
6
COPY --chown=airflow:root ./dags /opt/airflow/dags
0 commit comments